Hi akhter,
You can use Session or querystring to achieve this.
If you want to send some specific data then use QueryString to pass the values.
If you want to pass complete form data you can use Session to pass the velues.
If you are using Server.Transfer then using the PreviousPage property you can access the Previous Page and its controls.
Pass Selected Row of ASP.Net GridView control to another Page