|
-
May 24th, 2004, 03:41 AM
#1
Thread Starter
Fanatic Member
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.
-
May 24th, 2004, 07:33 AM
#2
PowerPoster
You can use the Response object:
Code:
Response.Redirect("MyPage.aspx")
-
May 24th, 2004, 07:35 AM
#3
Thread Starter
Fanatic Member
I knew it was something straight forward I just couldn't get it.
Thanks.
-
May 24th, 2004, 08:48 AM
#4
Thread Starter
Fanatic Member
What namespace whould that be in.
I am needing to call it from within a class.
-
May 24th, 2004, 08:53 AM
#5
Thread Starter
Fanatic Member
I just found it.
System.Web.HttpResponse
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|