Implementing Dialog Boxes in Asp.net web applications
Tuesday May 25, 2004
Asp.net Course :: A Beginner's Guide to Asp.Net Programming for Delphi developers: Chapter 6. Producing a simple message box (like ShowMessage; or even an InputBox) in an asp.net application can be quite difficult - as you need to mess with DHTML, JavaScript and IE object model. It would be much better if we could write only one line of code (as in traditional desktop applications) to display a MessageBox ... let's see how.


Comments
No comments yet. Leave a Comment