I've been researching the use of dialog boxes in ASP.NET. It seems much different for Web-based applications than dialog boxes I have used in Windows applications.
I have an ASP.NET form with its own submit button and code. In that submit button's event handler, among its other code, I would like a modal dialog box to ask the user for additional information and return to executing the rest of the submit button's code. The question is how to about doing that.
JQueryUI Dialog Modal Form is an option I have looked at. I'm just wondering about how to continue executing the ASP.NET form's submit button code after the dialog box goes away. Also, I have to take into consideration the difference between server-side/client-side coding.
Any ideas/suggestions are greatly appreciated.
Note: I'm coding this with VS2003 and .Net 1.1