Hi, I have a problem.
I'm making an app which automate navigation.
I need to execute a script in javascript __doPostBack(...) an I have seen that the solution is executeScript(...), but I'm using Htmldocument class or webBrowser object and there isn't a method named executeScript.
How can do this postBack?
Thanks