FreeTextBox has not been correctly installed. To install FreeTextBox either:
(1) add a reference to FtbWebResource.axd in web.config:
<system.web>
<httpHandlers>
<add verb="GET"
path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
</httpHandlers>
</system.web>

(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows
<FTB:FreeTextBox />

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-06-05
  • 2022-12-23
猜你喜欢
  • 2021-09-12
  • 2022-01-17
  • 2022-12-23
  • 2021-07-24
  • 2021-10-15
  • 2022-02-11
相关资源
相似解决方案