What are the 2 commonly used Silverlight assemblies?

Wednesday, October 7, 2009


System.Windows.Controls.dll
System.Windows.Controls.Data.dll



www.codecollege.NET

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
Blog Widget by LinkWithin