Skip to content

Sumit Gupta

bookmarking my life

Category: ASP.NET

Static Object in ASP.NET

September 8, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET, Concept/algorithm, Database, VB.NET/VB

Recently I found a problem in one of application we developed. Here my colleague use a Static SqlConnection object through a class in his code. He did that to save…

Read More

Session in ASP.NET handler Page

July 21, 2011July 21, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET

To use Session data in Handler Class you need to implement IRequiresSessionState which is part of Following namespace (using for helping copy/paste ) using System.Web.SessionState; Self reminder 🙂

Read More

ASP.NET JavascriptSerializer for Array

May 28, 2011 by Sumit Gupta .NET, ASP.NET, C#.NET, JQuery, JSON, VB.NET/VB

I need to throw some database entry which are as simple as TIME, for this I got a string array in my ASP.NET code behind. I was throwing this String…

Read More

Working Lot of new methodology

January 23, 2011 by Sumit Gupta .NET, ASP.NET, Blog: My thoughts, C#.NET, Joyous

It is good to back as programmer. Loving my new phase of development career, I got involved in development of a online card game. After lot of thinking and reading,…

Read More

Make Web Not War

March 5, 2010 by Sumit Gupta .NET, ASP.NET, Blog: My thoughts, PHP

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…

Read More

OpenXML : New office file format

August 18, 2009 by Sumit Gupta .NET, ASP.NET, C#.NET, Links, VB.NET/VB

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…

Read More

ZedGraph Unlocked

December 1, 2008 by Sumit Gupta .NET, ASP.NET, C#.NET, VB.NET/VB

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…

Read More

Posts navigation

← Previous 1 2 3 Next →

© 2025 Sumit Gupta // Powered by WordPress