Forum: VB.NET Aug 26th, 2008 |
| Replies: 8 Views: 2,545 I think you have missed the point, I need to replace line breaks and spaces, if you look at the example given, trim will not do this |
Forum: VB.NET Aug 24th, 2008 |
| Replies: 8 Views: 2,545 thanks, how would I pick up on the line breaks and spaces, would it be possile to show me an example? |
Forum: VB.NET Aug 24th, 2008 |
| Replies: 8 Views: 2,545 Hi,
This is the method I used:-
http://www.dotnetjohn.com/articles.aspx?articleid=93
Not heard of that class |
Forum: VB.NET Aug 23rd, 2008 |
| Replies: 8 Views: 2,545 Hi,
I'm doing a screen scrape of a web page, which works with out any problems
What I want to do is replace the contents of tag, I can do this if the tag match exactly but in this page there... |