Guys i have a <select id="select1" runat="server" /> control on a web page
i have used a javascript to populate the items of the <select> on runtime
now i want to know how to access there elements of <select> (selectedIndex or selectedValue) by asp vb.net
Thanks in advance :)