Response.Redirect won't works
Hai pjpark,
Thanks for reply.
For my problem i.e., How to submit web form. U
replied use 'Response.Redirect("NextPage.aspx")'.
But if we code in this way, the values which are
entered in first page(in textbox or textarea), that
values won't be submitted to "NextPage.aspx".
I want to capture entered values of first page,
in NextPage.aspx through 'Request("textbox1")'.
Ofcourse, by coding in ur way i.e., Response.Redirect
("NextPage.aspx"), before redirecting to NextPage.aspx,
we can create cookies and assign values which are entered
in textboxes and we can capture the values of cookies
in NextPage.aspx, but that's a cumbersome process.
We have to submit through action attribute of form
tag. Please try it.
looking for ur reply
thanks
[email protected]