Click to See Complete Forum and Search --> : stupid question


skuanet
May 21st, 2007, 09:53 AM
Dear all,
I am very new in developing ASP application...
I have 2 webForms, when I submit the first one, I want to get in the 2nd form the value I edited in a text box of the 1st weform

Can you indicate me some example...?

Thanks,
Francesco

TheCPUWizard
May 21st, 2007, 10:24 AM
Typically you would do this via in descenting order:

1) Session State
2) Query String Parameters
3) Cookie

Do some searches here on CG, and also on MSDN. Plenty of good examples.

Post back if you have specific questions.

Good luck.