external page/control in jquery dialog
I'm building an web application using Asp.Net, How I can load other page or control ( like login开发者_高级运维 or feedback form) in dialog and make sure postback events of that control/page execute successfully.
Take a look at jQuery WoWWindow.
After trying out various JQuery plugins, I finally choose popup extender of Asp.Net Ajax control toolkit.
The problem that I was facing with JQuery plugins, they do not handle postpack event properly. JQuery UI dialog is the closest match to my requirement, I will try it again next time.
精彩评论