{{theTime}}

Search This Blog

Total Pageviews

Internet Explorer 9 and gmail access issue

Couldn't able to login to gmail in Internet Explorer 9.  Always get the following error.

Your browser's cookie functionality is turned off. Please turn it on. [?]

To resolve:
----------------
Goto Internet Options
Privacy
Sites
Managed Websites :  Remove gmail from the list.

If you still see the problem then
Reset IE privacy settings, clear the cache and restart IE.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...