Hi,
I've had a need for modal (and non-modal) dialogs in ASP.NET and this is the result.
Enjoy.
Forum Read Only
This forum has been made read only by the site admins. No new threads or comments can be added.
-
-
...enjoy what?

-
Hi TomasDeml, for a modal dialog, check out this user contribution on Code Project:
http://www.codeproject.com/useritems/ModalDialogV2.asp
If you want a pure JavaScript implementation, check out subModal.
http://www.subimage.com/sublog/subModal/ -
jsampsonPC wrote:...enjoy what?

Actually, I have uploaded the file, but there is no Save link
Any ideas?
PS: Backup link
-
will wrote:
Hi TomasDeml, for a modal dialog, check out this user contribution on Code Project:
http://www.codeproject.com/useritems/ModalDialogV2.asp
If you want a pure JavaScript implementation, check out subModal.
http://www.subimage.com/sublog/subModal/
My implementation does not use AJAX nor DHTML but pure HTML and some JavaScript...cause I needed a simple solution using ordinary modal windows allowing me to pass data between dialog itself and its consumer...
...just note the *modal* type of dialogs does *not* work outside IE...I know about this flaw