Search and Top Navigation
#3445 closed bug (notabug)
Opened September 16, 2008 12:07PM UTC
Closed September 16, 2008 10:12PM UTC
Last modified October 11, 2012 09:15PM UTC
ASP.NET support
Reported by: | LM | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.6b |
Keywords: | ASP.NET, dialog, submit | Cc: | |
Blocked by: | Blocking: |
Description
In ASP.NET there can be only one <form> element on the page. If I create modal dialog box with <input type="submit" /> in it then after showing up the dialog will be moved outside of the <form> element and so nothing will happens if user press submit button. This means that you can not use jQuery UI dialog with ASP.NET to show some modal popup form with submit in it.
To test it you don't have to create ASP.NET page, just see first post here: http://groups.google.com/group/jquery-ui/browse_thread/thread/8791be4f5969debc
Dialogs are not meant to be part of the page. If you're gathering data in the dialog, you need to manually submit it yourself.