Skip to content

Sumit Gupta

bookmarking my life

Category: Programming

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

Selecting menu item using Javascript

July 21, 2011July 21, 2011 by Sumit Gupta Concept/algorithm, HTML/CSS, Javascript, JQuery

Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of…

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

.htaccess Hack

February 10, 2011February 15, 2011 by Sumit Gupta Operating System, PHP, Server Configuration

Today, I got another wordpress that stop working and start giving 404 error. Previously client got it fixed by removing .htaccess from his installation and get it working. I thought…

Read More

Facebook SDK: IE redirect loop

February 10, 2011 by Sumit Gupta HTML/CSS, Programming

Recently we had problem with Facebook SDK, that on IE it remain in redirect loop and hence our facebook application was not working. I test it to find that it…

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

Posts navigation

← Previous 1 … 4 5 6 7 8 … 17 Next →

© 2025 Sumit Gupta // Powered by WordPress