Hi, How to show dropdownlist first item blank . can i set the index property to -1 instead of 0.
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.