by Lee Gunn on ASP.NET Read Comments Rate this resource Viewed 172 times Rating: 2 users 4.50 out of 5 Next > When moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Sometimes when developing web forms the application may wish to inform the user of a successful or, god forbid, an unsuccessful operation. An effective way to communicate an important message to the user is through the use a MessageBox or,…