Results 1 to 5 of 5

Thread: Naviagting to a specific page.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982

    Naviagting to a specific page.

    I have an imagebutton on my page.

    After doing some processing (calcualtions and things) I want to navigate to a particular page.

    How can I do that.


    Things I do when I am bored: DotNetable

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    You can use the Response object:

    Code:
    Response.Redirect("MyPage.aspx")

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    I knew it was something straight forward I just couldn't get it.

    Thanks.


    Things I do when I am bored: DotNetable

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    What namespace whould that be in.

    I am needing to call it from within a class.


    Things I do when I am bored: DotNetable

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    I just found it.

    System.Web.HttpResponse


    Things I do when I am bored: DotNetable

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