With my dedicated Windows 2003/IIS 6.0 server I want to run latest version of .NET framework on it. Hence I use my Web Platform Installer to install .NET 4.0. Everything goes smooth. It was piece of cake to install it. Now the time came to run my first .NET 4.0 Framework application, I configure a [...]
Posted on June 19th, 2010 by Sumit Gupta
Filed under: .NET, Server Configuration | No Comments »
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 [...]
Posted on March 5th, 2010 by Sumit Gupta
Filed under: .NET, ASP.NET, Blog: My thoughts, PHP | No Comments »
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 »
In recent past, we got few problem when we need to do Pagination with SQL Server. I specially got frustrated when I saw that MySQL server has “limit” word that does pagination work in MySQL in best known manner for me, BUT microsoft didn’t consider that option yet. But today I found a method for [...]
Posted on June 17th, 2009 by Sumit Gupta
Filed under: .NET, SQL | 2 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 »
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 [...]
Posted on August 23rd, 2008 by Sumit Gupta
Filed under: .NET, ASP.NET, Links | No Comments »