The code college
Wednesday, October 7, 2009
What are the 2 commonly used Silverlight assemblies?
System.Windows.Controls.dll
System.Windows.Controls.Data.dll
www.codecollege.NET
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
‹
›
Home
View web version