-
Error in tab control
Hi all,
I have a problem in Tab Control on Web Page.
I have added a tab control on form and registered it with the tag..
<%@ Register TagPrefix="aspnetTab" Tagname="TabStrip" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" Src="TabStrip.ascx" %>
But while running the appl it is giving an error. Error is here..
Parser Error Message: 'namespace' is an unexpected attribute.
I am not getting how to register the control.
Please help me if anybody knows.
Thanks,
-
1 Attachment(s)
Re: Error in tab control
Have you managed to get the samples working?
If not have a read of this, it explains how to register the controls and get them to appear in your toolbox
-
Re: Error in tab control
Yeah,
I have done all this thing. But then also I am getting the error. I keep the .dll file in /bin dir also.
Thanks for reply.
-
Re: Error in tab control
Is the control in your toolbox? It doesn't sound like the controls are registered properly to me
Can you drag and drop any of the other controls onto your page and do they run? i.e multipage etc.