I want to use HtmlAgilityPack in a form application to read some pages content but on the page search subpage I need to invoke the javascript and the link looks like this:
<a href="javascript:__doPostBack('lnkbtnNext','')" id="lnkbtnNext">Następny >></a>
How can I Call this function from my C# desktop application?