Interfacing JavaScript and VBScript in an ASP.NET
I have a small problem with my ASP.NET web form. I have a dropdownlist that is populated using client-side JavaScript, and when the page does an auto postback the list items in the dropdownlist are cleared. Is there a way that I can somehow lock the list items? Thank you.
|