Results 1 to 3 of 3

Thread: MEssage box

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    MEssage box

    hey guyz,

    For vb,net there is a msgbox,...
    for asp.net is there something that is similiar?

  2. #2
    Junior Member Sami Antero's Avatar
    Join Date
    Jun 2005
    Location
    Helsinki, Finland
    Posts
    16

    Re: MEssage box

    Hi!
    I don't think there's a msgbox in asp.net in the way there's one used in winforms. You can use javascript alert- and other promptmessages to achieve similar functionality or write a msxbox type popup aspx class to display the info you want to relay.
    tsami
    Sami Antero
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    no smileys, no funky certificates. Sorry.

  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: MEssage box

    Something like:

    VB Code:
    1. Page.RegisterStartupScript("script7","<script language=javascript>alert('poooo');</script>")

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