Hi,
How to show dropdownlist first item blank . can i set the index property to -1 instead of 0.

Recommended Answers

All 2 Replies

This is an HTML question as far as I am concerned:

<select name="name">
<option value=''></option>
<!-- All other option fields here using your asp as required-->
</select>

Thanks simplypixie it's wonderfull i can use same in server control also.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.