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);

How can i do that?