<tr><td colspan="3" class="sms_content">4173 message </td></tr>
I am want html data show in our textbox but I am fail so need help.
Below code I am trying.
GeckoElementCollection tagsCollection = geckoWebBrowser1.Document.GetElementsByTagName("tr");
foreach (GeckoElement currentTag in tagsCollection)
{
if (currentTag.GetAttribute("colspan").Contains("3"))
{
((GeckoHtmlElement)currentTag).GetAttribute(textBox36.Text);
delay(300);
}
else
{
}
}
It's really important for me so if you provide any better solution then it's really great for me & also for all.