How can i use DropDownList?
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all I use a DropDownList control in my web application but my problem is that the selectedindexchanging event dose not work well and first value of that control is selected Please help me Thanks a lot
-
Do you have autoPostback set to true on the dropdown? If you don't you need to set it to true. Ben