What is the best way to use ResolveUrl() in a Shared/static function in Asp.Net? My current solution for VB.Net is:
Dim x As New System.Web.UI.Control x.Reso
I tend to use HttpContext.Current to get the page, then run any page/web control methods off that.