Implement dialog box in ASP.NET Web Application
Translation: Huang Lei H_Visli@hotmail.com, please keep your full information. Original: http://delphi.about.com/library/weekly/aa052504a.htm
Dialog box in ASP.NET Web Application? MonoSoftware.Web.Dialogs is exactly what you need! And it is free. Welcome to Chapter 6 Free Online Programming Course: Delphi Developer ASP.NET Programming Primary Guide. It is very difficult to generate a simple message box in the ASP.NET application (like ShowMessage or Inputbox), you need to comprehensively use DHTML, JavaScript, and IE object modules. If you only need to use a code, you can get it better (just like a traditional desktop application).
ShowMessage, INPUTBOX, Messagedlg ... ??! In the WIN32 desktop application field in the previous year, you should display a simple dialog to the user, you are very accustomed to writing a line like "ShowMessage ('Hello World');" The same code, the MessageDlg function, we often call it. However, if you want to search for a similar function for your ASP.NET web application to huge .NET (Web) class .... You can't find similar!
These elements that traditional desktop applications use often, their importance may be easily ignored. From the viewpoint of developers, call those objects and get the return value is an easy task, usually only one line of code, based on Internet technology, complicated this situation, and programmers often write clients The script achieves similar functions (translator: refers to MessageBox).