Problem with a tabstring control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to create a tabstring control with the following code, but I get this error 'Error Creating Control-tab01' Can someone please look at this code and tell me what I am doing wrong or missing <%@ Import Namespace="Microsoft.Web.UI.WebControls" %> <%@ Register TagPrefix="myTabStrip" Namespace="Microsoft.Web.UI.WebControls Assembly="Microsoft.Web.UI.WebControls"%> Tabstrip Control
Thanks in advance