Fix : CSS background image not appearing in IE 8 and lower versions

by Sumant 16. December 2011 11:34
Older versions of Internet Explorer, older to IE 9, ignore the background clause if there is no leading space given to ‘no-repeat’. [More]
Share   

Tags: ,

CSS | Web Development

How to create a Unique Index allowing multiple Null Values in SQL Server 2008

by Sumant 1. December 2011 11:43
I have a column in one of the tables in a SQL Server database where the values must be unique. This column can also contain null values. Now, if I add a unique index on this column, it ensures that all values must be unique in the column (and indexes them too), but, that includes null values too. This means that the column can contain only one null value (at most) i.e. duplicate nulls are not allowed! The problem is how to allow multiple null values in a column with unique index? The solution is to ... [More]
Share   

Tags: ,

MS SQL Server

How to remove iFrame Border in IE

by Sumant 24. October 2010 13:59
How to remove iFrame Border in IE? The solution is simple, just have to add an attribute - frameborder="0" [More]
Share   

Tags: , ,

ASP.NET | Web Development | CSS

Managing Connection String for LINQ

by Sumant 19. October 2010 15:16
Managing Connection String for LINQ: This is a very common requirement, you build an application, test it and publish it and in all of the three stages your connection string changes while your dbml file still refers to the default one in your application settings file. [More]
Share   

Tags: , ,

.NET | ASP.NET | LINQ

Upgrade to BlogEngine.NET 1.6.1 – No Spam! Hurray!!

by Sumant 19. October 2010 14:21
After a long wait, yesterday I upgraded this blog to 1.6.1 version. I have been very sceptical about it since long coz I use custom modules / extensions / themes and thought that the upgrade will take a lot of time. But it wasn’t as complex and as time consuming as I thought it would be. My m... [More]
Share   

Tags:

BlogEngine.NET

IIS 7 migration issue: Session state can only be used when enableSessionState is set to true …

by Sumant 19. October 2010 01:31
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration. [More]
Share   

Tags: , ,

.NET | ASP.NET | Web Development

Moving Windows Live Messenger to System Tray in Windows 7

by Sumant 11. March 2010 13:57
I prefer long running applications to be nicely docked to the system tray (the area where clock appears in Windows), IMs fall in the same category of applications. Recently, when I installed Windows Live Messenger on my Windows 7 machine, I noticed that it would remain on the Taskbar and would not ... [More]
Share   

Tags: ,

General

How to Turn Off Buzz in Gmail

by Sumant 11. March 2010 05:52
This is rather very easy and most of you must be aware of how to deactivate Buzz in Gmail, but I struggled to find the option when I wanted to turn it off for the first time. So for others like me, I’ll mention the steps to hide Google Buzz from your Gmail in this post. To turn off Google Buzz in y... [More]
Share   

Tags:

General

Facebook Chat Box in Full Window

by Sumant 5. March 2010 09:16
You want to chat with your Facebook friends without sharing your other IM id, but you don’t like the little clumsy chat box that Facebook provides. No worries, coz there’s a hidden chat interface that enables you to use a full size chat box which fills in your browser window. Click here to access t... [More]
Share   

Tags: ,

Facebook

CS1529: A using clause must precede all other namespace elements except extern alias declarations

by Sumant 20. December 2009 12:56
CS1529: A using clause must precede all other namespace elements except extern alias declarations - BlogEngine.NET [More]
Share   

Tags: , ,

.NET | ASP.NET | BlogEngine.NET

© 2008 Sumant Dubey

About this blog

Absolutely technical! The posts are about concepts, tricks, articles and links on technical subjects / problems which are not very obvious to understand / resolve. Purpose is to have this as the first-aid in the time of need.

RecentComments

Disclaimer

The opinions expressed on this website are my own personal opinions and do not represent my employer's view in anyway.