Server Side MessageBox Control for ASP.NET
This control supports four type of messages :
To use this Control you need to download from HERE
Steps to Use:
Sample Output |
This control supports four type of messages :
- MessageBox1.ShowSuccess = "Your success message"; : Use to display success message
- MessageBox1.ShowError = "Your error message"; : Use to display error message
- MessageBox1.ShowInfo = "Your info message"; : Use to display info message
- 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