client side messages

Discussion in 'Visual Studio' started by Sean, Mar 18, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I do not believe ASP.net support MSGBox

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

    I think Javascript is you best bet

    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page