|
-
Aug 1st, 2005, 10:36 AM
#1
Thread Starter
Hyperactive Member
ASP Simple Question
What is the equivalent of VB.Net MessageBox.Show
to VB.Net ASP??
Just newbie in ASP. Thanks..
-Vince
-
Aug 1st, 2005, 10:38 AM
#2
Re: ASP Simple Question
Moved From CodeBank ASP/ASP.NET
-
Aug 1st, 2005, 11:26 PM
#3
Re: ASP Simple Question
You can't do MessageBox.show in asp.net, since it's a web technology. Instead, you can use client side scripting and use
alert('your message here');
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
|