Hello,
My tabstrip page is still not working: I am using VS 2005, ASP 2.0.
_______________________________________________________
My web.config file looks like this:
<configuration>
<configSections>
<section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler,System,Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</configSections>
<MicrosoftWebControls>
<add key="CommonFiles" value="localwebPOS/webctrl_client/1_0/"/>
</MicrosoftWebControls>
<appSettings/>
<connectionStrings/>
<system.web>
_________________________________
I still have this entry in my tabstrip.aspx page
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
___________________________________
I have the Microsoft.Web.UI.WebControls.dll in the /bin folder in the web application.
_____________________________________
My web page still looks like this
Home About us Products Support Contact us
The site has no click events.
What have I missed?