Wabemaixeni
New Member
I need to parse some information from a website.I know there are some testing tools that do that, but I need it to be done in real time, from ASP.NET webpage code. So I guess, I need a .NET library.Previously I was just able to generate a specific URL and parse the HTML but now I have to get information from a page that is generated by AJAX calls after form clicks. So I have to generate those clicks, right?BTW I only have (limited) experience with server side ASP.NET. Maybe the optimal solution is quite different to what I suspect?