Author: blau | Posted on: 4/1/2009 7:46:36 PM | Views : 1092

I'm working on an internal site, so all permissions are set.
I have a function which creates a path "\\share\all\" & var1 & var2
where the variables are set according to a textbox input
I'm trying to make it so the user can click on a link after they input and it will open up that specific network share folder.

I know response.redirect doesnt work.
I've tried linkbuttons and hyperlinks.
I've tried working with the navigateurl property of the hyperlink, but am not sure of the correct syntax.

...

Go to the complete details ...