I am scraping a website, so far i was successful to get source code (I think its simple task). From the source code can we extract the contents inside <li> till </li>. Problem is there are two contents inside <li> first one is inside bold and second one doesn't have bold tag.
Similarly i have around 10-12 <li> Is there anyway we can create two columns and add these content in Datagridview one by one.
Here is my code so far :