You can call an aspx page using System.Net.HttpWebRequest class from .NET.
Search for articles about screen scraping, this should get you pretty close for example:
http://www.dotnetjohn.com/articles.aspx?articleid=93
Might be easier to just create an asp.net web service to post back the data to, this is easier to program than trying to POST to an ASP.NET web page.
Matt Neerincx [MSFT] |