Abdalla Elawad

Abdalla Elawad

  • NA
  • 1k
  • 205.2k

Message box in ASP.NET

Oct 28 2018 2:55 AM
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)