Nature Vs Computer - ASP.NET with C# and SQL Server, Indian wildlife, Bonsai etc.: October 2008

Thursday, October 23, 2008

OBAMA or McCAIN

Obama or McCain, who is good for India?

Friday, October 10, 2008

ASP.NET Menu control in Google Chrome

ASP.NET Menu control in Google Chrome will create a problem to pop up by default.

Goolge Chrome will accepts ASP.NET menu control properly if the belowed code is written in Page Load event of the page.

if (Request.UserAgent.IndexOf("AppleWebKit") > 0) { Request.Browser.Adapters.Clear(); }