Microsoft.Web.UI.WebControls
ASP.NET
5
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Is there a version of Microsoft.Web.UI.WebControls.dll for visual studio 2005. When I use it for v1.1 .net framework it works fine, but is not working on v2. Thanks Ben
-
No, I am talking about the Microsoft.Web.UI.WebControls Assembly Reference. I used to declare them as, <%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> a few examples of them are: TreeNode, TabStrip, Toolbar etc.
-
No, I am talking about the Microsoft.Web.UI.WebControls Assembly Reference. I used to declare them as, <%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> a few examples of them are: TreeNode, TabStrip, Toolbar etc.
-