|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Simple - Moving to another page using a buttonI've written the code to do a search from one page and display the results on
another - and then I got stuck (because I'm just beginning) It's amazing how difficult it can be to find something so easy. How do I navigate to another page?? (VB.NET) jonefer wrote:
> How do I navigate to another page?? Response.Redirect("otherpage.aspx", true);-- Chris Priede Thank you!
Show quoteHide quote "Chris Priede" wrote: > jonefer wrote: > > How do I navigate to another page?? > > Response.Redirect("otherpage.aspx", true); > > -- > Chris Priede > > > > or use
Server.Transfer() it's faster, but you loose the history in the browser. But that is sometimes a good thing. Remy Blaettler www.collaboral.com
Other interesting topics
help please on GridView commands + AutoEventWireUp, firing twice etc...
Flash Movie (.swf) does not work on localhost Basics of Forma Layout Eliminate postback effect? Long Running Process Trouble with Process.start in my web application... Highlighting DropDownList Items Running client commands from asp.net app GridView DataKey datagrid paging |
|||||||||||||||||||||||