Results 1 to 2 of 2

Thread: WebRequest in aspx/vb does the same as <form method="post" ?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    3

    WebRequest in aspx/vb does the same as <form method="post" ?

    I want to accept user input, then the user submits, then I calculate a few inputs after the user submits, then I post to the new page and expect the user to go to that page.
    Will WebRequest do that for me, or do I need <form method="post"?
    If I need <form method="post", then how do I do the intermediate step of calculating the other user inputs?
    Thanks much for reading my post!

  2. #2

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    3

    Re: WebRequest in aspx/vb does the same as <form method="post" ?

    I found my answer, of how to post in ASP.Net here
    http://www.vbdotnetheaven.com/Upload...etPostURL.aspx
    this one also is about the same
    http://www.codeproject.com/Articles/...OST-in-ASP-NET

Tags for this Thread

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