ASP.NET TabStrip and Microsoft.Web.UI.WebControls November 17 2005
A quick gotcha that my ASP.NET book failed to mention : You need to put the Microsoft.Web.UI.WebControls.dll into your project and reference it through the IDE otherwise it will not find it.
Once that is done, you can reference as usual:
< %@ Import Namespace="Microsoft.Web.UI.WebControls" %>
< %@ Register TagPrefix="IE" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
- Posted in : .NET
- Author : site admin

Comments
Sorry comments are closed for this entry