the company that I work for has a website to enter some user’s code and get details of user.
The problem is I have to enter the codes one by one and this bothers me (very boring job!), so I want to make a win app to post batch data and get response. I have to login first to access the data entry page.
What scenario do you suggest to make this app?
the company that I work for has a website to enter some user’s code
Share
I think this post should help you with the login portion of the problem
HTTP client and forms authentication in C#