Home All Groups Group Topic Archive Search About
Author
22 Dec 2005 3:42 PM
Frédéric Mayot
Hi,
I would like to use the method which is used to convert paths specified in
the asp.net controls. For example, I give Image.ImageUrl =
"~/Folder/img.gif", and the framework correctly converts this url. How can I
do the same?
Thanks,
Fred

Author
22 Dec 2005 3:48 PM
Brock Allen
Control.ResolveClientUrl

-Brock
DevelopMentor
http://staff.develop.com/ballen

Show quoteHide quote
> Hi,
> I would like to use the method which is used to convert paths
> specified in
> the asp.net controls. For example, I give Image.ImageUrl =
> "~/Folder/img.gif", and the framework correctly converts this url. How
> can I
> do the same?
> Thanks,
> Fred

Bookmark and Share