Top "Resolveurl" questions

ResolveUrl without an ASP.NET Page

I am looking for a way to resolve a relative url the way you would with a page or control …

c# .net asp.net resolveurl
PHP: How to resolve a relative url

I need a function that given a relative URL and a base returns an absolute URL. I've searched and found …

php url relative-path resolveurl relative-url
How can I resolve ASP.NET "~" app paths to the website root without a Control being present?

I want to Resolve "~/whatever" from inside non-Page contexts such as Global.asax (HttpApplication), HttpModule, HttpHandler, etc. but can only …

asp.net-2.0 resolveurl
ResolveUrl Problem in Master Page

Okay, I know it is weird but when I put this code between <head runat="server"></head&…

c# asp.net master-pages resolveurl
Absolute file path to relative URL

I've seen lots of tutorials on resolving a relative url to an absolute path, but i want to do the …

c# file resolveurl
Apache local configuration to resolve files correctly

I have just configured Apache and PHP to work on my local Mac OS X computer. Now PHP works fine, …

apache relative-path local symlink resolveurl
ASP.NET: How to get the virtual path of a file from a generic handler?

How can i resolve a virtual path to a file into a path, suitable for the browser, from within a …

asp.net resolveurl resolveclienturl
Using ResolveUrl on HTML button in MasterPage

I have the following HTML in my MasterPage: <input class="button" type="button" value="Select User" onclick='<%# …

asp.net onclick resolveurl