Hello,
I have a custom url rewriter function that works fine. But when i are going to use a second querystring on my url, that remove the second querystring.
my friendly url: /gallery/view-ablum/?q=1 i the code: Page.aspx?id=22&q=1 , when i have past RewritePath(...) the remove &q=1 from my real page. I don't now who to fix this, i can't figure it out.
context.RewritePath(ci.PageUrl + ta + "&q=" + q, false);
Is there a IsPostBack for IHttpModule?