Results 1 to 4 of 4

Thread: Error in tab control

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2004
    Location
    Chennai
    Posts
    7

    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,

  2. #2
    Fanatic Member aconybeare's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    772

    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
    Attached Files Attached Files

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2004
    Location
    Chennai
    Posts
    7

    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.

  4. #4
    Fanatic Member aconybeare's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    772

    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
  •  



Click Here to Expand Forum to Full Width