messageboxes

  • Thread starter Thread starter luna
  • Start date Start date
L

luna

need a basic message box - that when an exit button is pressed it checks the
state of a variable
if its true then it exits - if its false then a message pops up saying you
havent saved - are you sure you want
to exit ? - im using aspx (VB) and codebehind - any simple examples out
there?

cheers

mark
 
nice way of doing your advertising for free ....

:)

bassil said:
You can try this one:

MessageBox for ASP.NET from http://www.bassilsoft.com

You must response the Exit button click event to let MessageBox show in the page or let it pop up,
and reponse the MessageBox's button click event to do some necessary
process.
 

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

Back
Top