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
Monu Zira
NA
77
4.7k
Read a dynamically content from page in c#
Oct 19 2015 3:22 PM
Sir how to read dynamically content from page.Suppose i have a site and some tag like
<div class="read_data" data-id="Uwerxd12" ></div>
Now i want to read data-id;
Please check my code:
WebClient x = new WebClient();
url = x.DownloadString("https://www.xyz.com/id='" + search.Text + "'");
Int32 data = url.IndexOf("data-id");
richTextBox1.Text += url.Substring(data , 170);
Reply
Answers (
1
)
How to get path of .ini file while run in windows service?
how to take the multiple check box in combobox