How to open a new webpage, same window
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know a Visual Basic instruction to open a new webpage in the same window for ASP.NET 2.0??? Im trying to put this instruction in a button after some lines of code
-
Does anybody know a Visual Basic instruction to open a new webpage in the same window for ASP.NET 2.0??? Im trying to put this instruction in a button after some lines of code
Response.Redirect
orServer.Transfer
depending of what exactly you need to do. See Server.Transfer Vs. Response.Redirect[^] for more details. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.