Url Rewriting Problems with postback





0/5 (0 vote)
An alternative (and reusable) method is to create a Control Adapter for the form which replaces the Action attribute value as the page renders.This can then be moved from project to project with just a bit of config in the App_Browsers file.I've just written a quick blog post about this...
An alternative (and reusable) method is to create a Control Adapter for the form which replaces the Action attribute value as the page renders.
This can then be moved from project to project with just a bit of config in the App_Browsers file.
I've just written a quick blog post about this technique: http://martinondotnet.blogspot.com/2010/07/tip-how-to-handle-form-postbacks-when.html[^]