M
Michael
Hello,
On my website I used a Visio Custom Control from this article:
http://www.c-sharpcorner.com/UploadFile/scottlysle/CC_Visio01142007140634PM/CC_Visio.aspx
The control is working and I can load files from my webdirectory, but is it
also possible to load drawings from another directory on the server. Because
curretly it allows user to dowload the drawings
(www.website.com/drawings/drawing1.vsd).
What I want to do is to let the Control load the drawing from another
directory from the server, which is inaccessable to user who visit the
website.
I thought of trying to load maybe a byte[] into the control, but it doesnt
seem to have this function.
Could someone help me?
Thanks in advance,
Michael
On my website I used a Visio Custom Control from this article:
http://www.c-sharpcorner.com/UploadFile/scottlysle/CC_Visio01142007140634PM/CC_Visio.aspx
The control is working and I can load files from my webdirectory, but is it
also possible to load drawings from another directory on the server. Because
curretly it allows user to dowload the drawings
(www.website.com/drawings/drawing1.vsd).
What I want to do is to let the Control load the drawing from another
directory from the server, which is inaccessable to user who visit the
website.
I thought of trying to load maybe a byte[] into the control, but it doesnt
seem to have this function.
Could someone help me?
Thanks in advance,
Michael