65.9K
CodeProject is changing. Read more.
Home

Url Rewriting Problems with postback

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Jul 26, 2010

CPOL
viewsIcon

7899

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[^]