By Sumit Gupta on July 21, 2011
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
Posted in .NET, ASP.NET, C#.NET |
By Sumit Gupta on May 28, 2011
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 Array in JSON format after using JavascriptSerialize.Serialize method and it is making not so perfect Json script. I said it is not making perfect json [...]
Posted in .NET, ASP.NET, C#.NET, JQuery, JSON, VB.NET/VB | Tagged .NET, Jquery, JSON, Serialize |
By Sumit Gupta on May 7, 2011
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 database that do not tell the Daylight Saving stuff. Then I found a function in TimeZoneInfo class that list all System Timezone, I loop through [...]
Posted in .NET, C#.NET, Operating System, Programming | Tagged TimeZone, TimeZoneInfo |
By Sumit Gupta on January 23, 2011
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, I decide to use some new technology and methodology which I have been hearing about a lot. I don’t dare to use them as I [...]
Posted in .NET, ASP.NET, Blog: My thoughts, C#.NET, Joyous | Tagged Visual Studio 2010, WCF, WebService, WPF |
By Sumit Gupta on August 18, 2009
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 in .NET, ASP.NET, C#.NET, Links, VB.NET/VB | Tagged file format, Office 2007, Office Open XML, Open XML, OpenXML |
By Sumit Gupta on December 1, 2008
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 [...]
Posted in .NET, ASP.NET, C#.NET, VB.NET/VB | Tagged Control, Windows Form, zedControl |
By Sumit Gupta on October 24, 2008
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 in .NET, ASP.NET, Bookmarked, C#.NET, Links, VB.NET/VB | Tagged BarGraph, Chart, Graph Library, Pie Graph, ZedGraph |
Recent Comments