.aspx page in VB.net project

G

Guest

Hello
How can I display a message box in ASPX page. I tried with MsgBox function but it says that your userinteractive mode is false. I also find out that exception/error is raised. please help
 
A

avnrao

To display a message box in the browser use alert('message') in javascript.
or you can use custom aspx page to display a message box in a new
window..use window.showModelDialog() method.

if its for debugging purposes, use Response.Write(message) and
Response.End().

Av.
 

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,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top