المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : RE: Custom Login to a secure Page on an external site.



C# Programming
05-12-2013, 11:15 AM
Hello,

I am new in the land of programming (C# .NET) and I am trying to develop an application that will do HttpWebRequest and HttpWebResponse to an external site.

Basically, I have a username and password for an external site. Once, I login to the external site I'm redirected to a page that has a field for me to enter an ID, and when I submit that ID I get a table with information relating to that ID(for example Name, Address, Telephone, etc.) Well, I would love to develop an application that will allow users of my application to login to the the external site from my App, enter the ID from my App, and get the result table in my App.

Any help on this will be greatly appreciated. Thanks.