Friday, December 3, 2010
Using Server.Transfer how to pass values from source page to destination page
It's not possible to pass value using query string from source page to destination page when using Server.Transfer. To pass data or value from source page to destination page while using Server.Transfer you can use HttpContext object. To do that add two aspx pages in your project & give name source.aspx & destination.aspx. In source.aspx page place a LinkButton. And under the LinkButton Click
Labels:
asp.net(c#)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment