|
-
May 31st, 2002, 06:07 AM
#1
Response.Redirect won't works
Hai pjpark,
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("t1")'.
Ofcourse, by coding in ur way i.e., Response.Redirect
("NextPage.aspx"), before redirecting to NextPage.aspx,
we can create cookies 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.
For all users :
I want to submit a web form to another page
eg., NextPage.aspx by form tag in asp.net. If we use
action attribute in form tag, it's not working.
Instead it submitting to same page.
bye
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|