Hi
I have tried like this
//Page1.aspx
===========================
Server.Transfer("Default2.aspx");
//Page2.aspx
====================
TextBox txt = (TextBox)PreviousPage.FindControl("txtJesus");
This is working good but i put response.redirect from Page1.aspx
i did not fetch the values how will do this?
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com