Make Web Not War

This is what Microsoft has to say through it’s WEB portal (http://www.microsoft.com/web ), where it distribute one of leading platform for Web application development and deployment.
Well this message can be a direct/indirect attack on those who thing Microsoft is up again only making $$$ and not services. Well guys you are wrong, check this website [...]

OpenXML : New office file format

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 [...]

ZedGraph Unlocked

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 [...]

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 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 [...]

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 is a bug/unexpected behaviour from out of the box Gridview. I found some solution on internet that can be seens in detail here:
http://forums.asp.net/p/1002747/1324414.aspx#1324414
It mainly suggest to [...]

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 it helps

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 application.

Next Page »