I've created a C# Desktop Application which depends on web crawler idea.
I made my application using web browser control to open a website and login progmatically and redirect to the specific page which have a gridview with all user's data that I want to collect...
But the issue here username in the gridview click fired by JavaScript function. I know its name but not how to call it inside desktop application.
What are the namespaces or DLLs that would allow me to do so?