TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nacho nacho
NA
2
546
Help with a Windows Form Application parser
Oct 5 2017 11:02 AM
Hello everyone, first post here, so if you see errors on posting/explaining, make me know to fix it...
What i want to make it's form that parse an INTRANET webpage and bring me data back to show it on labels....
I have tried with HtlmAgilityPack, but it doesn't parse anything of that web, cause its intranet, and i'm doing something that don't fit well. It returns me an error like "specific node can't be null"...
Something like this:
public
class
Program
{
public
static
void
Main()
{
var html = @
"http://html-agility-pack.net/"
; HERE GOES MY INTRANET URL, AND NOT THIS.
HtmlWeb web =
new
HtmlWeb();
var htmlDoc = web.Load(html);
var node = htmlDoc.DocumentNode.SelectSingleNode(
"//td/span"
);
}
}
Something like this:
When click in the button, bring me the especific data.
Reply
Answers (
1
)
enabling the finish button on a specific wizardpage
what is the meaning of [required]?