When I first heard that Microsoft change the file extension of MS Office Products and add “x” in them, I got surprised as that was not very common practise for me. But today when I word on that new file format, I really would say, it was a good move. Those who don’t know, Microsoft [...]
Posted on August 18th, 2009 by Sumit Gupta
Filed under: .NET, ASP.NET, C#.NET, Links, VB.NET/VB | No Comments »
I was working on reporting application where I just need to create graphs and paste them on PDF file. For this I choose ZedGraph Control. It is perfect library I found. Although no new development is done on it lately. But they have nothing to code in it anyways. They have good wiki and active forum [...]
Posted on December 1st, 2008 by Sumit Gupta
Filed under: .NET, ASP.NET, C#.NET, VB.NET/VB | 1 Comment »
Recently I finish a .NET 3.5 based desktop application, where I need to make graphs. For this I search few open source, ready to use library and with help of SourceForge.net, I am able to find one such good library called ZEDGraph. However, it seems this project is no longer active, but it has a [...]
Posted on October 24th, 2008 by Sumit Gupta
Filed under: .NET, ASP.NET, Bookmarked, C#.NET, Links, VB.NET/VB | No Comments »
Though I have posted in my old blog, but just to keep track of this..
 http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progress-Bar-in-ASPNET/
This article suggest a method on how to show progress bar in your web application.
Posted on August 23rd, 2007 by Sumit Gupta
Filed under: .NET, ASP.NET, C#.NET, Links, VB.NET/VB | No Comments »
Some time reporting tools are too heavy to use with a small application. Something similar happens with me, I need to print a Single page text information for this I cannot use any Heavy reporting software although this information is fetched from XML/Database. So I opt to use in built .NET feature and having following [...]
Posted on July 10th, 2007 by Sumit Gupta
Filed under: .NET, C#.NET, Code Snippets, Programming, VB.NET/VB | Comments Off
This can be done in many ways. Often I see my collegues doing a ASP script that they schedule to run with Browser. As this seems quite obvious thing for them. An ASP scripts can run better in browser when called through IIS, and they can then schedule to run at given time and calling [...]
Posted on June 15th, 2007 by Sumit Gupta
Filed under: .NET, C#.NET, Programming, Server Configuration, VB.NET/VB | No Comments »
Recently i have to send an inline image in my outgoing automated email. I don’t know that it was that easy..
Read this article for sending inline image using C#.NET
Sumit Gupta
Posted on January 6th, 2007 by Sumit Gupta
Filed under: .NET, C#.NET, Programming | No Comments »