I did what you said, set the index to -1.. and it doesn't work.. is
still no trigger the event
Cheers!
Claudi
Another option is to add an empty item. In 2.0 you can do it without writing
any code:
<asp:DropDownList ... AppendDataBoundItems="true">
<asp:ListItem Value="">Please select item</asp:ListItem>
</asp:DropDownList>

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>I did what you said, set the index to -1.. and it doesn't work.. is
> still no trigger the event
[quoted text clipped - 4 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
Claudia Fong - 29 Oct 2007 16:01 GMT
This ddl is populated according to what user chose from the previous
ddl.. so how can I display the select from list as the first one? Is
always something else.. I have to display other than the Select from...
Cheers!
Claudi