POST

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Between two aspx pages I want to post an ID. I have looked at several
exmples but have not been able to get a clear cut working solution. Can
anyone suggest a way to do this from the sending page to the receiving page?

Thanks for any help.

Stephen M
 
Thus wrote Stephen,
Hi,

Between two aspx pages I want to post an ID. I have looked at several
exmples but have not been able to get a clear cut working solution.
Can anyone suggest a way to do this from the sending page to the
receiving page?

I don't quite get the requirement -- do you want to send a HTTP POST request
from a page explicitly (by setting a Postback URL to another ASP.NET page)
or implicitly (in your page's code file)?
 
Back
Top