asp.net web forms JQuery dropdownlists no postback
I am using JQuery to populate a set of three cascading dropdowns which have the autopostback to false. How in the code behind do I access the selected values 开发者_JAVA百科of the dropdowns?
Have you tried DdlElement.SelectedItem.Value ?
精彩评论