Hi All, I am new to JQuery.....trying to use in my ASP.Net 2.0 website in this scenario: have three asp:dropdownlist at page. First two are filled at server, third one is filled by jquery at client side. There is also asp:imagebutton at page that takes selected values from each dropdownlist after Click event. Well that cause the error: Invalid postback or callback argument...
Besides this fact it works nicely and as user I can change any value at those three dropdownlists without problem, but once I hit button it blows up.
What I am missing?
Any help or suggestion most welcome. Thanks.