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
Frank Ryan
NA
13
2.1k
How get webpage value (has no ID) to label in WPF?
Aug 24 2015 7:46 AM
how can i get the value from a webpage to my wpf label when the webpage has no id only a <h4> tag ?
here is the code I want to get "15" to my label which is labeled lblPlatinum please help i have tried GetElementById but it has no id and i tried h4 as the id but no good ?
▼code snippet▼
<div class="info-bar">
<ul>
<li>
<div class="wrap">
<h4>Platinum</h4>
<div class="quantity trophy platinum-trophy" style="background-image: url(//psmedia.playstation.com/is/image/psmedia/platinumtrophy-us-07may15?$CompeteConnectHeroBanner_Trophy$);">
15
</div>
</div>
</li>
</ul>
</div>
How can i do this please ?
Reply
Answers (
0
)
static classes
How can i get multiple table values using id