POST a Request Using ASP.NET Code

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I would like to allow user to 'POST' to another page but I want to send the
query from the server i.e.. I want the user to click a button to say
register the request, add up the fields that I want to send in the POST
request and POST it to that page

Any sample code?

Thank you,
Samuel
 
Samuel said:
Hi

I would like to allow user to 'POST' to another page but I want to send the
query from the server i.e.. I want the user to click a button to say
register the request, add up the fields that I want to send in the POST
request and POST it to that page

Any sample code?

Thank you,
Samuel

I hope you are refering to ASP .Net 2, there is something called "Cross
Page Posting ". Do a google for that. Or have a look at this article
http://www.c-sharpcorner.com/Upload...rticleID=9e2b12e6-7842-419d-a3c9-df58f6aba523
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top