Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends , I Am Creating A Web Application , In That User Enter His Name And Address And I Created AutoId Which Is Not Display To User.In Next Form There Is Several Checkbox .I Want To Pass This AutoId From form 1 To Form 2 And Along With This Information Stored In Gridview which Is Present On Form 3 .

Example- Form 1

Name-John
Address-UK

Form 2

Checkbox C#
Checkbox Asp.Net
CheckBox VB

Form 3
Stored In Gridview.
Posted

hello buddy you can use this Link

https://msdn.microsoft.com/en-us/library/ms228046.aspx

Get Id Page load By Request["Id"];
 
Share this answer
 
v2
I'd suggest you look at using the Session object[^] - you could use a cookie, but as they are stored on the client computer, they are probably more persistent that you want a login id to be.
 
Share this answer
 
Hi there, you can use QueryString :

follow this tutorial about QuerString.

http://www.dotnetperls.com/querystring[^]

Hope it will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900