Hi Guys,
I want to read html file and parse it and then assign the extracted info to the dataobjects. How can i do this .Thanks

Recommended Answers

All 2 Replies

Hi sadhawan,
have you manage this issue?

If its a well formed HTML you can use XML classes to read it and store the data in DataStore.
Otherwise you can perform customized text handling.

As for reading HTML from the web, you should take a look at WebRequest and HttpWebRequest Classes.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.