CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Hyderabad,India.
    Posts
    27

    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]

  2. #2
    Join Date
    Apr 2000
    Location
    Dallas, TX
    Posts
    173
    In cased you missed it, I responded to your original thread: "How To Submit Web Form"

    pjp
    Preston Park
    CTT+, MCT, MCSD
    http://www.prestonpark.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured