|
Using C#, I have the following situation. I have data that is validated on 1 form, called Form.aspx. After validation, the data is supposed to be displayed in another form, called FormResults.aspx. I am supposed to use Response.Redirect to send the results to FormResults.aspx and I need to append a QueryString to a URL. I am supposed to use use Request.QueryString to retrieve form data after it has been submitted.
The problem is I need someone to explain what these terms mean and how they work with each other...sort of a workflow idea so I can understand the logic behind what I am trying to do. I do not have any code to show because I do not even know what these phrases mean and how they are supposed to interact. How does "get" and "post" come into the picture.
I would also appreciate if someone could show sample code to illustrate how these things are to work.
|