Creating Stackbased Solutions
-
Hi, My background is in MFC. I have followed tutorials from Microsoft and W3Schools. It all seems to concentrate on getting the same page (albeit updated) sent back from the server. The difference is made by Get and Post. I need a system, where one page begets the next, (depending on choices) where 'back' brings you back to the previous page. Where or How do I get this! Regards :)
Bram van Kampen
-
Hi, My background is in MFC. I have followed tutorials from Microsoft and W3Schools. It all seems to concentrate on getting the same page (albeit updated) sent back from the server. The difference is made by Get and Post. I need a system, where one page begets the next, (depending on choices) where 'back' brings you back to the previous page. Where or How do I get this! Regards :)
Bram van Kampen
It sounds like your looking for something like 'Server.Transfer()'. The page executing the incoming request will stop processing and pass control to a new page you specify like a method call.
-
Hi, My background is in MFC. I have followed tutorials from Microsoft and W3Schools. It all seems to concentrate on getting the same page (albeit updated) sent back from the server. The difference is made by Get and Post. I need a system, where one page begets the next, (depending on choices) where 'back' brings you back to the previous page. Where or How do I get this! Regards :)
Bram van Kampen