Debmedia Creation Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

ASP.NET to get one variable value to another page

Go down

ASP.NET to get one variable value to another page Empty ASP.NET to get one variable value to another page

Post  Admin Fri Jan 29, 2010 3:19 pm

ASP.NET to get one variable value to another page

First page code

Response.Redirect("userregistration.aspx?Parameter=" + Server.UrlEncode(Label1.Text))



Next or Receiving page's code

Label1.Text = Server.UrlDecode(Request.QueryString("Parameter").ToString())
Admin
Admin
Admin

Posts : 256
Join date : 2008-06-06

https://debmedia.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum