I have built a website that has some textboxes on the first web page that needs to pass the data to second ASP.NET page. I was wondering if someone could tell me how you would go about passing a couple of parameters, for instance gallons, price, and time, in a url from one page to another. (for the question, assume that the first page is going from
http://page1.aspx to
http://page2.aspx. [I am new to ASP.NET/C# programming, so I apologize in advance if I need a little bit more clarification in advance on an answer that is given by someone in this forum.] The data that is being passed to a second page needs to be read by the second page using C#/ASP.NET, and I was also wondering if someone could let me know how to extract those values that were passed from the first page to the second page.)
Thank you in advance for your time and your help.