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,