|
-
May 8th, 2002, 03:24 AM
#1
Thread Starter
Member
What to write in a web form aspx.vb file to navigate to another web page
This should be a naive question but too bad, I don't know.
In my handling code of a button click, I need to write command to navigate to another page of my choice. What should I write ?
Regards.
-
May 8th, 2002, 05:00 AM
#2
Thread Starter
Member
Oh, I got it!
It should be response.redirect
-
May 8th, 2002, 06:18 AM
#3
Lively Member
That depends, you should also take a look at Server.Transfer()
-
May 8th, 2002, 08:43 PM
#4
Thread Starter
Member
Hi, gijsj,
Thanks for your suggestion. Aftering reading some document, I guess that server.transfer should be more effective for web page on the same server whereas the response redirect works for other sites and it requires additional HTTP traffic over the network. I need server.transfer in my current case.
Thank you.
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
|