G Guest Apr 3, 2006 #1 server execute to redirect a page on load however the code after server.execute is still run, how to prevent this
server execute to redirect a page on load however the code after server.execute is still run, how to prevent this
S Steve C. Orr [MVP, MCSD] Apr 3, 2006 #2 It sounds like you want to use Server.Transfer instead of Server.Execute. Here's more info: http://SteveOrr.net/faq/TransferRedirect.aspx
It sounds like you want to use Server.Transfer instead of Server.Execute. Here's more info: http://SteveOrr.net/faq/TransferRedirect.aspx