How to get the selected value from a drop down list at run time....??????????
Drop Down List Problem Anurag Chaurasia 3259 25 May 2011 How to get the selected value from a drop down list at run time....??????????
Hi...
You have two way to perform this task.
1) You will use java script to perform this task
2) You will genearte post back event or query string event to perform this task,
Hello Sir,
I dont want to Enable the auto post back Property of drop down list then how it can be achived....
Hi...
You will use SelectedValue property of dropdown list to get selected value at runtime.
Please take a look at following links also may be it is useful for you.
http://mindstick.com/Articles/c59ff82f-4d2c-4874-a868-9088381efa69/?DropDownList%20in%20ASP.Net
http://mindstick.com/Blog/33/DropDownList%20in%20ASP%20Net