Wednesday, 14 January 2015

Server Side MessageBox Control for ASP.NET

Server Side MessageBox Control for ASP.NET 


Sample Output

This control supports four type of messages :

  1. MessageBox1.ShowSuccess = "Your success message"; : Use to display success message
  2. MessageBox1.ShowError = "Your error message"; : Use to display error message
  3. MessageBox1.ShowInfo = "Your info message"; : Use to display info message
  4. MessageBox1.ShowWarning = "Your warning message"; : Use to display warning message

To use this Control you need to download from HERE

Steps to Use:
  • Open Visual Studio
  • Right click on ToolBox
  • Select Choose Items...
  • Browse to the location where you have downloaded Messagebox dll and select.
  • Drag and drop the MessageBox control on the Web Form.
  • Set Message show property as required : MessageBox1.ShowSuccess,
    MessageBox1.ShowError, MessageBox1.ShowInfo
    and
    MessageBox1.ShowWarning