Thursday, March 26, 2015

Remote Debugging Using Visual Studio 2013



Eureka!!!!

I got the remote debugger to work on a web server ! This site helped me to connect Visual Studio 2013 to web server.


And here is the link for how to install the tools :




Thursday, March 5, 2015

Converting DataTable Contents into a PDF Report

I came across the need to convert DataTable into a PDF report and I found a couple of articles to show exactly how to do it. I was able to edit it for my use. Both articles use iTextSharp. It worked great!

VB.Net version

C# version