binding a select element at the client side and accessing it at the server side.
-
Hi. I've two drop down list in asp.net form. first one is a standard server side drop down list control and binded from the server side. second one is html select element and binded through javascript at the client side by AJAX depending upon the value selected from the first drop down list. after binding second drop down list when we post back the page, i'm unable to access all the element of the second drop down list at the server side even second is has attribute runat server. where is problem???
-
Hi. I've two drop down list in asp.net form. first one is a standard server side drop down list control and binded from the server side. second one is html select element and binded through javascript at the client side by AJAX depending upon the value selected from the first drop down list. after binding second drop down list when we post back the page, i'm unable to access all the element of the second drop down list at the server side even second is has attribute runat server. where is problem???
Bound on the client side using AJAX? Is this using the built in UpdatePanel, or are you making a web service call?
-
Bound on the client side using AJAX? Is this using the built in UpdatePanel, or are you making a web service call?