Click here to Skip to main content
15,884,944 members
Articles / Web Development / ASP.NET
Alternative
Tip/Trick

Url Rewriting Problems with postback

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
26 Jul 2010CPOL 7.8K   1  
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[^]

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freestyle Interactive Ltd
United Kingdom United Kingdom
I'm a lead developer for Freestyle Interactive Ltd where we create many wonderful websites built on Microsofts ASP.Net and Ektron CMS.

I've been developing .Net applications (both Windows and Web) since 2002.

Comments and Discussions

 
-- There are no messages in this forum --