Skip to content

Sumit Gupta

bookmarking my life

Category: C#.NET

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

Read System TimeZone to DB

May 7, 2011May 7, 2011 by Sumit Gupta .NET, C#.NET, Operating System, Programming

I was looking for the TimeZone Database which also need to told me if Given Timezone is DayLightSaving enabled or not. After searching few hours on Internet I found few…

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

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

ZedGraph

October 24, 2008 by Sumit Gupta .NET, ASP.NET, Bookmarked, C#.NET, Links, VB.NET/VB

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…

Read More

Posts navigation

← Previous 1 2 3 4 Next →

© 2025 Sumit Gupta // Powered by WordPress