open new url
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi a trivial one, how do you open a new url programmitically in the same window as the page thats already open? Im using C# cheers Mike
-
Hi a trivial one, how do you open a new url programmitically in the same window as the page thats already open? Im using C# cheers Mike
I'm assuming you're doing this server-side? If so look at Response.Redirect[^]or Server.Transfer[^].
-
Hi a trivial one, how do you open a new url programmitically in the same window as the page thats already open? Im using C# cheers Mike
Otherwise, if you want it client side, use JavaScript :D