1
vote
2answers
247 views
jQuery asp dropdownlist
Hi,
I have one control with some asp form elements, but how do I get the form elements in my other control. I usually do jQuery('#<%= MyDropDownList.ClientID %>).val(), but this is not possible …
1
vote
6answers
654 views
Dropdown controls in ASP.NET 2.0
I am using a codebehind page in ASP.NET to perform a SQL query. The query is loaded into a string, the connection is established (To Oracle), and we get it started by having the connection perform …
