It is common knowledge amond .NET developers that the control class has a handy method called ResolveUrl() which resolves a path containing the tilde (~) charachter to an application specific absolute path.
I often want to use this facility when I am working in code not in a class that inher...
[More]