Search

You searched for the word(s): userid:721153

Matching Posts

  • Re: Losting values in IE

    Do you populate your page initially inside an if(!IsPostBack) { }
    Posted to State Management (Forum) by Andyh321 on 10/15/2008
  • Re: URL Rewriting with Rewrite Path - Relative links Problem

    Hi all just thought I would let you know that I have the solution!!! The following: HttpContext.Current.RewritePath("~/SomePage.aspx",false); should be HttpContext.Current.RewritePath("~/SomePage.aspx", true ); in Application_BeginRequest. I wish i had spotted that sooner! Cheers Andy
    Posted to State Management (Forum) by Andyh321 on 10/15/2008
  • URL Rewriting with Rewrite Path - Relative links Problem

    Hi all Not sure if this is the best category to post this, but hey, worth a try! I have a new project in VS2008, in which I catch the requested path in Application_BeginRequest and send the user on to the relevant page. This works fine. However, I am having problems with page references etc. For example, if i want my internal page links to work, i.e. href="category/product1/", then I need a base tag. When i have a base tag, my css links are lost - so if i was on the page http://www.mysite
    Posted to State Management (Forum) by Andyh321 on 10/15/2008
Page 1 of 1 (3 items)