PDA

View Full Version : client side messages


Sean
03-18-2003, 08:37 AM
I would like to have client side messages (alerts) and the only way
I can do this so far is to use Javascript. I don't want to use VBscript because I understand that some browsers won't display them.
I really just want to use the old Mgbox("my message here") (VB.NET)
but I get errors. How can I get these to function in my CODE BEHIND?
I'm not really comfortable writing in the HTML area cause I like to have the debug on the fly capability.

Thanks
Sean

bruce
03-18-2003, 12:02 PM
I do not believe ASP.net support MSGBox

It's only supported w/ VB.net or VBScript

I think Javascript is you best bet

[b]quote:Originally posted by Sean

I would like to have client side messages (alerts) and the only way
I can do this so far is to use Javascript. I don't want to use VBscript because I understand that some browsers won't display them.
I really just want to use the old Mgbox("my message here") (VB.NET)
but I get errors. How can I get these to function in my CODE BEHIND?
I'm not really comfortable writing in the HTML area cause I like to have the debug on the fly capability.

Thanks
Sean



</blockquote id="quote"></font id="quote">