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…
Category: .NET
ZedGraph
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…
GridView bug that fire RowCommand twice
I was trying my hands on .NET 3.5, and discover that Gridview was firing Rowcommand twice for my ImageButton that is draw using ButtonField Column. Later I found that this…
Running ASP.NET securely
This blog article tells the story and how to secure the ASP.NET in shared hosting environment or for matter those want to restricted ASP.NET for some good reason http://blogs.msdn.com/jamesche/archive/2007/09/30/running-asp-net-in-a-shared-hosting-environment.aspx Hope…
Progress bar for long running ASP.NET scripts
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…
Printing Text Document in .NET 2.0
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…
Creating Schedular application in Windows
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…