954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Dropdownlist first item must be blank

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

bhagawatshinde
Posting Whiz
315 posts since Sep 2010
Reputation Points: 21
Solved Threads: 22
 

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>
simplypixie
Posting Pro in Training
447 posts since Oct 2010
Reputation Points: 116
Solved Threads: 82
 

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

bhagawatshinde
Posting Whiz
315 posts since Sep 2010
Reputation Points: 21
Solved Threads: 22
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You