Read DropDownList Items
-
I use Html Button and Javascript code to Add items to Asp:DropDownList Control and use Asp:Button Click event to read Asp:DropDownList added items but when i click Asp:Button the Asp:DropDownList Added Items are disappeared how to read the dropdwon list items pls help me
-
I use Html Button and Javascript code to Add items to Asp:DropDownList Control and use Asp:Button Click event to read Asp:DropDownList added items but when i click Asp:Button the Asp:DropDownList Added Items are disappeared how to read the dropdwon list items pls help me
Are you adding the drop down items at client side ? and trying to read those added one at server side ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Are you adding the drop down items at client side ? and trying to read those added one at server side ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
Yes
-
Yes
disable the post back for command button.