What are the 2 commonly used Silverlight assemblies?

Wednesday, October 7, 2009


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

LinkWithin

Blog Widget by LinkWithin

Recommended Books