U
Uriah Piddle
Hi Gang,
As far as transferring data goes, is putting a context.response.redirect
statement in an event handler basically the same as setting the PostBackUrl
prop for a control? So far, none of my pages use data from a previous page.
Assuming that these two methods both send their data to the new page, would
it be good practice to use the Server.Transfer method of navigating whenever
no data from the previous page is needed? Thanks.
Steve
As far as transferring data goes, is putting a context.response.redirect
statement in an event handler basically the same as setting the PostBackUrl
prop for a control? So far, none of my pages use data from a previous page.
Assuming that these two methods both send their data to the new page, would
it be good practice to use the Server.Transfer method of navigating whenever
no data from the previous page is needed? Thanks.
Steve