S
simon
If I have <form runat=server> then I can't submit to other page.
If I remove runat=server then my controls on that page doesn't work?
So I should redirect to other page from codeBehind but how can I read values
on the second page from the first page.
Old way was: value=request.form.item("")
Thank you for your help,
Simon
If I remove runat=server then my controls on that page doesn't work?
So I should redirect to other page from codeBehind but how can I read values
on the second page from the first page.
Old way was: value=request.form.item("")
Thank you for your help,
Simon