If you mean "why when using UrlMappings do postbacks not maintain the mapped
URL"? It's because the page on the server that's being mapped to doesn't
know anything about the mappings, thus when the <form> renders the action
is the real page being accessed.
If you mean "why when using UrlMappings do postbacks not maintain the
mapped URL"? It's because the page on the server that's being mapped
to doesn't know anything about the mappings, thus when the <form>
renders the action is the real page being accessed.
No I mean what I said. I've setup a form action to a search.aspx. That page
doesn't exist again,
so I put a urlMapping hoping that framework intercept the action post before
the real http post
and redirect url to alternative url. Unfortunately it doesn't. Http Post
takes action before urlMapping.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.