ASP.Net - prompt out messagebox

Y

Yummy

How to prompt out a message box from aspx webpage please ? Must call
VBScript or other method?
The message box should be similar to the messagebox in VB.Net.
Thanks.
 
B

Brock Allen

ASP.NET is a server-side technology. If you want to promot the user, then
you're talking about something that's running in the browser client-side.
This means you need to use javascript that you've emitted into your page.
The two functions that it sounds like you want to look at are alert and confirm.
Here are some javascript docs for you:

http://www.mozilla.org/catalog/web-developer/js/
 
K

Ken Cox [Microsoft MVP]

Confirmed Buttons Control

"This is a collection of buttons which request confirmation from the user
before posting back to the server. Included is a normal button, a link
button, and an image button. Also included are two DataGrid columns which
subclass EditCommandColumn and ButtonColumn which add confirmation to the
buttons."

http://www.metabuilders.com/Tools/ConfirmedButtons.aspx
 
G

Guest

Where do I unzip to use these controls?

Ken Cox said:
Confirmed Buttons Control

"This is a collection of buttons which request confirmation from the user
before posting back to the server. Included is a normal button, a link
button, and an image button. Also included are two DataGrid columns which
subclass EditCommandColumn and ButtonColumn which add confirmation to the
buttons."

http://www.metabuilders.com/Tools/ConfirmedButtons.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top