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.
 
Back
Top