|
-
Sep 28th, 2005, 05:50 AM
#1
Thread Starter
New Member
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,
-
Sep 30th, 2005, 09:10 AM
#2
Fanatic Member
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
-
Oct 1st, 2005, 02:18 AM
#3
Thread Starter
New Member
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.
-
Oct 1st, 2005, 03:23 AM
#4
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|