Javascript select element manipulation- getting values in postback
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Environment: .NET 2005,Framework 2.0 I am manipulating a select element(asp:dropdownlist) through javascript-adding and removing elements. I am unable to get the manipulated data during postback. For workaround, I am using a hidden control(some special characters to separate the list) to track the changes. Is there any optimized way of doing this? K.P.Kannan