O
Osvaldo Colitti
I'm using a TreeView Web Control (IE) in an ASP .NET page.
In the result aspx page i see this line:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />
This works fine with a website, but i have to use a virtual directory and in
that case it does not work.
I suppose the problem could be solved by removing the "/" in the line above;
the result could be:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="webctrl_client/1_0/treeview.htc" />
The problem is: where can i set this path???
Thanks in advance!
In the result aspx page i see this line:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" />
This works fine with a website, but i have to use a virtual directory and in
that case it does not work.
I suppose the problem could be solved by removing the "/" in the line above;
the result could be:
<?IMPORT NAMESPACE=TVNS IMPLEMENTATION="webctrl_client/1_0/treeview.htc" />
The problem is: where can i set this path???
Thanks in advance!