Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~3K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for Devid Billa

you try to go this website.. and read the step to learn how you creat a website.. http://www.2createawebsite.com/

Member Avatar for ivy.inc.Hugh
-2
2K
Member Avatar for jelly46

If you ARE NOT passing sensitive data, this may help. Original page: protected void Button1_Click(object sender, EventArgs e) string MyOccupation = "Software Developer"; string url; url = "page2.aspx?occupation=" + MyOccupation; Response.Redirect(url); Next Page: string RetrievedValue;protected void Page_Load(object sender, EventArgs e) this.TextBox1.Text = Request.QueryString["occupation"]; RetrievedValue = this.TextBox1.Text;

Member Avatar for nicz17
0
221
Member Avatar for JavaPrograms

The End.