P
PiaF
Hi,
I am a begginer in .Net and i am writing a webcontrol which make an
XML stream and tranform it with an XSLT file.
I call my control like that:
<myCustom:classicleftnavigation xslfilepath="/xsl/navigator.xslt"
runat="server"
id="ClassicLeftNavigation1"></myCustom:classicleftnavigation>
But when my control is executed, it try to find the XSLT file into
c:\windows\...\xsl\navigator.xslt
But, my website is not located there.
How can i locate my website path in my webcontrol ?
I am a begginer in .Net and i am writing a webcontrol which make an
XML stream and tranform it with an XSLT file.
I call my control like that:
<myCustom:classicleftnavigation xslfilepath="/xsl/navigator.xslt"
runat="server"
id="ClassicLeftNavigation1"></myCustom:classicleftnavigation>
But when my control is executed, it try to find the XSLT file into
c:\windows\...\xsl\navigator.xslt
But, my website is not located there.
How can i locate my website path in my webcontrol ?