how find input of form in html with htmlagilitypack?

first post: evr wrote: I have a program that you're using htmlagilitypack, which dll's I'v...

not found HtmlWeb.cs

first post: Matute2008 wrote: Hi!, when I want to create a new instance of a class HtmlWeb, I get...

[resolved] How to import ?

first post: Blooheek wrote: Hi, i'm new in this project and I would to use this for parse html ...

latest post: Blooheek wrote: Ok, it's resolve. I've imported the .dll with Nugget Manager. Easy...

Paging problem

first post: ga7188 wrote: Hi, I have a website to scrape which has paging on it. When I use...

SelectNodes returns null

first post: Parseley wrote: I am running the following line of HtmlAgilityPack code within a C#...

passing with for on html controls

first post: mstudio wrote: someone suggested me to try HtmlAgility Pack for I want to do. I h...

web services

first post: cmssim_456 wrote: <%@ WebService Language="VBScript" Class="TempConvert" %> Imports...

Working with WebBrowser

first post: raisen wrote: I want to feed content from WebBrowser to Html Agility Pack. What's...

How do i use HtmlAgilityPackSanitizerProvider

first post: PokemonCraft wrote: I don't want to use ajax control toolkit sanitizer as it sucks bu...

I can not get <embed > tag

first post: trantoan67 wrote: <div id="player_trailer" class="c_trailer" align="center"> <embed ...

latest post: CodeCleaner wrote: Did you try embed.InnerHtml instead of embed.InnerText?