Try our conversational search powered by Generative AI!

double pageload and no postback

Vote:
 
When we use FriendlyUrls, we get the following problem: The page seems to do a postback and then a redirect to the same page. This means we cannot handle the postbacks on the page (always false) With friendlyurls= false we have no problem, but we want them... Björn
#12886
Jan 04, 2007 10:07
Vote:
 
Hi Bjorn, I've encounterd the same problem some time ago. Try to overwrite methode ValidateFriendlyUrl() for your aspx page. Remamber to remove base.ValidateFriendlyUrl() from methode body. protected override void ValidateFriendlyUrl() { } Let me know if that helped. Piotr
#15035
Jan 08, 2007 10:38
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.