Search
Hall of Fame
About Us
All Questions
New Question
Login
ASP.NET - How to pass Email Address one Page to another Page in textbox ?
Asked By
suresh kotte
on 25-Sep-12 04:59 AM
hi everyone,
How to pass Email Address one Page to another Page in textbox using query string? plz give me a support its urgent.
Thanks
Suresh.k
Jitendra Faye
replied to
suresh kotte
on 26-Sep-12 01:55 AM
Use this code-
Source page-
Response.Redirect("page2.aspx?value=" + yourvalue);
In Target Page-
string value = Convert.ToString( Request.QueryString["value"]);
Try this and let me know.
ODBC Drivers for QuickBooks, Salesforce, SAP, MSCRM, SharePoint … Free Trial!