In theory, PreviousPage lets you access data on the page the user just requested. In practice it doesn't work if you're also using Master Pages unless you understand ASP.NET naming containers.
PreviousPage promises a lot: You transfer to a target page using either Server.Transfer on the server or cross-page posting from the browser.
Once you arrive at the target page, you can use its PreviousPage property to reach back to a control on the previous page and retrieve its data.
PreviousPage promises a lot: You transfer to a target page using either Server.Transfer on the server or cross-page posting from the browser.
Once you arrive at the target page, you can use its PreviousPage property to reach back to a control on the previous page and retrieve its data.
For more complete article click here
No comments:
Post a Comment