VB.Net HTML in string problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • togp
    New Member
    • Mar 2008
    • 1

    VB.Net HTML in string problem

    Hi Guys & Gurus,

    Got an odd problem, when I test a string using the contains for part of an html source (a few tags) even if it's there it returns false, if I type the code I'm looking for into a textbox and test to check if textbox's text is contained I get true, any ideas?

    Code:
    <tr><td colspan=7><div class=sep> </div></td></tr><tr height=23
    TIA!
Working...