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.