Search

You searched for the word(s): userid:614891

Matching Posts

  • Re: Update for Tabstrip controls to .NET 2.0 ?

    <?xml version="1.0"?> <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <configSections> <!-- define a section for the Microsoft IE Web Controls --> <section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler,System,Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> </configSections> <connectionStrings> </connectionStrings> <!-- The MicrosoftWebControls section defines items
  • Re: Update for Tabstrip controls to .NET 2.0 ? Mine still does not work - 8-10-2006

    I believe it is not finding your client scripts. You may want to check < add key = " CommonFiles " value = " localwebPOS/webctrl_client/1_0/ " /> And make sure the path is valid is respect to the web server root. If you are running your app in VS2005 then you will most likely need to use < add key = " CommonFiles " value = "/ localwebPOS/webctrl_client/1_0/ " /> If localwebPOS is your project name. If you deploy this to an actual web server you may only need < add key = " CommonFiles
  • Re: Update for Tabstrip controls to .NET 2.0 ?

    To get it to work in 2.0. Assuming that your website has the webctrl_client folder and tabstrip.htc file under it as: my_website\webctrl_client\1_0\TabStrip.htc You will need to point to it using the config settings. < configSections > < section name = " MicrosoftWebControls " type = " System.Configuration.NameValueSectionHandler,System,Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089 " /> </ configSections > and < MicrosoftWebControls > < add key = " CommonFiles
Page 1 of 1 (3 items)