messagebox in asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i want to show a messagebox when a button is clicked with asp.net. which
method do i use? messagebox.show doesnt exist. mbox does and vs tells me that
it is the snippet fo messagebox.show but i dont know how to use it.
thanks in advance
 
Use javascript "return confirm" for the simple messages or
window.showModalDialog for you own custom modal windows

And read this See http://aspnet.4guysfromrolla.com/articles/021104-1.aspx
hi,
i want to show a messagebox when a button is clicked with asp.net. which
method do i use? messagebox.show doesnt exist. mbox does and vs tells me that
it is the snippet fo messagebox.show but i dont know how to use it.
thanks in advance

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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