Wednesday, October 7, 2009

Daily Tips- Tip #30 - How will you detect the name of the browser using ASP.NET ?


You can find that using the following code (which detects whether it is IE)
if(Page.Request.Browser.Browser=="IE")
{
}



www.codecollege.NET

No comments:

Post a Comment