Bug with Asp.NET DropDownList + jQuery UI.Dialog help

Bug with Asp.NET DropDownList + jQuery UI.Dialog help

I am having problem with postback data when jQuery UI.Dialog and ASP.NET Dropdownlist on the same page.

The postback data are repeating as many times as total dropdownlist on the page.

e.g. if you have two dropdownlist and you type "MyTest" on the textbox, after postback your data in the textbox will be like this "MyTest,MyTest".

I tried with multiple browswers and it is all getting the same problem.

Is that know issue?