Click here to Skip to main content
15,894,180 members

Comments by tgrt (Top 27 by date)

tgrt 2-Mar-15 8:12am View    
Good deal. I'm glad you got it working.
tgrt 17-Nov-14 23:51pm View    
This stinks of an overzealous anti-malware program.
tgrt 3-Mar-14 8:07am View    
Glad to hear it!
tgrt 22-Jan-14 16:50pm View    
That doesn't necessarily mean there's a problem with your code. The variable nextHtmlNode is setup to be null if the node "//a[@id='pnnext' and @class='pn']" isn't found.
tgrt 21-Jan-14 13:46pm View    
What are the effects of it not working specifically? Are you getting the alert saying Record not added? If so, that means your catch block is kicking in. It's not written well. It's catching everything (something you should rarely do) and it's tossing away your exception information.

Change the catch block to accept an exception and then write that out so you can see what's happening. Use ToString so you get all of it including the stack trace.