8
Answers

Message box in ASP.NET

Abdalla Elawad

Abdalla Elawad

6y
6.9k
1
Hello guys
Please help me
 
In Windows Form i used this message box but i need to convert this message box to web asp.net , message as below : 
 
MessageBox.Show(null, "The error Is" + ex.Message, MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show(result); 
 
Thanks.
Answers (8)