G
Guest
Hi,
Is it possible to change the location of the IMPLEMENTATION line in ASP.NET
when the treeview is rendered to the page?
At present, the treeview always looks for the .htc file in a root level
directory, but I would like to have them as a subfolder in my ASP.NET
project, so rather than having:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />
I would like it to be:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="webctrl_client/1_0/treeview.htc" />
(no starting '/')
There is a property for the image locations, but how can I get it to pick up
the .htc from any location?
Thanks for any help,
Steve
Is it possible to change the location of the IMPLEMENTATION line in ASP.NET
when the treeview is rendered to the page?
At present, the treeview always looks for the .htc file in a root level
directory, but I would like to have them as a subfolder in my ASP.NET
project, so rather than having:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />
I would like it to be:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="webctrl_client/1_0/treeview.htc" />
(no starting '/')
There is a property for the image locations, but how can I get it to pick up
the .htc from any location?
Thanks for any help,
Steve