treeview IMPLEMENTATION location

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
It is the treeview from Microsoft Internet Explorer Webcontrols, used with
ASP.NET v1.1.

Steve
 
Back
Top