|
-
May 28th, 2020, 12:04 AM
#1
Thread Starter
Member
Message box in ASP.NET
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|