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 🙂
Category: C#.NET
ASP.NET JavascriptSerializer for Array
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 System TimeZone to DB
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…
Working Lot of new methodology
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,…
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…
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…
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…