Results 1 to 4 of 4

Thread: [2005] Popup box? [solved]

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    [2005] Popup box? [solved]

    Is there a pop box for web pages in ASP.NET 2.0 ?
    Last edited by dogboydelta; Nov 1st, 2006 at 10:58 PM. Reason: solved

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

    Re: [2005] Popup box?

    the short answer is no, but look into this:

    http://www.codeproject.com/aspnet/AspNetMsgBox.asp


    If this post helps, please RATE MY POST!

    Using Visual Studio 2005 SE

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    Re: [2005] Popup box?

    I used to use the RegisterStartupScript for popups, but now its looking for a
    new parameter of System.Type (?). I tried a few things but nothing works, what do I put in here? This worked great in ASP.NET 1.1

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

    Re: [2005] Popup box?

    In C# for the first argument in Page.RegisterStartupScript I used "this.GetType()"


    If this post helps, please RATE MY POST!

    Using Visual Studio 2005 SE

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