|
hello friends,
I am making one program in c#.net(window application) and i had made one form that accept one input i.e. no of tickets and i had specified 4 as input.
There is one website on the internet and i have the URL for it.
now what i want is from my form i have that URL of website and i want to pass no of tickets as parameter to that site.
the site has already this page for accepting no of tickets as input but i want that i should pass from my form. the form action tag gives me the url (page name is encrypted) which would redirect to another page method is post.
how can i get that where website is storing the parameter ie no of tickets (its not in cookie) and when i hit the button that form is submitted.
kindly send me the solution to get THE HTTP HEADER INFORMATION from .net or any other solution to pass the parameter if method is post to the website...
thanks in advance
|