CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of uip block
C#
private void RedirectToNextView(string previousView, ViewSettings viewSettings)
        {
            try
            {
                if( previousView == null )
                    // Fix HttpContext.Current.Request.ApplicationPath because doesn't work well whe application is in root directory
                    // when application is under root ApplicationPath returns "/"
                    // when application is under sub foder ApplicationPath returns "/sub folder"
                    // so remove end "/"
                    // see  http://weblogs.asp.net/dneimke/archive/2004/05/17/133116.aspx
by Fernando Claverino   August 08, 2009 @ 7:01pm
Tags: c#, uip block
387 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate