Results 1 to 3 of 3

Thread: ASP Simple Question

  1. #1

    Thread Starter
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    ASP Simple Question

    What is the equivalent of VB.Net MessageBox.Show
    to VB.Net ASP??

    Just newbie in ASP. Thanks..
    -Vince

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: ASP Simple Question

    Moved From CodeBank ASP/ASP.NET

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: ASP Simple Question

    You can't do MessageBox.show in asp.net, since it's a web technology. Instead, you can use client side scripting and use

    alert('your message here');

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width