jQuery UI dialog and asp.net: prevent form postback when close the dialog in IE.

jQuery UI dialog and asp.net: prevent form postback when close the dialog in IE.


Hi guys,
When I close the dialog, postback is just not working for all the
server controls on the main form. It gives me error, says
"theForm.__EVENTTARGET is null or not an object". I use $.ajax(...) to
fill the dialog. When I googled it, I came cross the following blog
post
http://blog.hurlman.com/?tag=/jquery
I'm facing the same issue explained in that post, however I tried the
solution and it seemed not to work for me.
Do you guys have the same problem? Any workround?