Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a requirement where i need to login to multiple sites (http://www.XXXXXX.com) and give my credentials (Id and Pass). After logging in, i have to click on particular link and need to select the date range and status level for all tasks in combo boxes. Then we will get the required information.

To avoid this all manual process, i would like to automate this in C# (Windows application). Can anyone please help me how to achieve this? Thanks in advance.

What I have tried:

Actually i thought of writing a SQL scripts from the backend and bind it to the gridview. But i got to know that we don't have access to sql backend. So posted a query.
Posted
Updated 14-Mar-16 21:38pm

1 solution

What is the problem in C# application, if you have user credentials, just accept a connection string and connect to database to do the needful, fetch your data from database and load it in dropdown
what is the issue/error ?
 
Share this answer
 
Comments
Member 8010354 15-Mar-16 4:40am    
We don't have access to SQL Database. Right now we have only website name and credentials.
koolprasad2003 15-Mar-16 5:24am    
...Then it is nearly impossible to do it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900