Text file content div tag multiple times and i want to get content in div tag and display it using regular expression in asp.net
Asked
Active
Viewed 706 times
1 Answers
2
Regular expressions shouldn't be used to parse HTML. If you have XHTML you could use HTML Agility Pack to achieve this.

Community
- 1
- 1

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928