开发者

asp.net web forms JQuery dropdownlists no postback

开发者 https://www.devze.com 2022-12-28 21:31 出处:网络
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 t

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 ?

0

精彩评论

暂无评论...
验证码 换一张
取 消