I filled my server side drop down list using jQuery and i have to get this drop down value on server side i am using Vb.net.
One idea is that on button click save selected value in hidden field and get on server side but I want to know that is any way by which i can get this value directly without using hidden field.
I filled my server side drop down list using jQuery and i have to
Share
you might want to try Request.forms and check it