Results 1 to 3 of 3

Thread: [RESOLVED] [2005] How to display msgbox?

  1. #1

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    Resolved [RESOLVED] [2005] How to display msgbox?

    How to display a MessageBox in asp.net? Is it possible to call the messagebox from C# default.aspx coding?


    regards
    senthil
    God has been pleased to place as a king or cobbler do the work sincerely

  2. #2
    Hyperactive Member kayos's Avatar
    Join Date
    Apr 2004
    Location
    Largo, Florida
    Posts
    306

    Re: [2005] How to display msgbox?



    If this post helps, please RATE MY POST!

    Using Visual Studio 2005 SE

  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: [RESOLVED] [2005] How to display msgbox?

    Simpler method: Create a method called ShowMsgBox() that accepts a string, and code it like...

    Page.RegisterStartUpScript("messageboxscript","<script language='JavaScript'>alert('" + stringvalue + "');</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