asp.net
The controls that implement the IButtonControl interface in asp.net 2.0 have a PostBackUrl attribute that can be submitted across pages, which is the post method used. Then in 1.x a lot of trouble in the post submission is very simple, as long as the PostBackUrl set as the submission page, where the submission page with request.params[] will be able to get the post form parameters. You can also use Previouspage.findcontrol to fetch the controls from the previous page. Here use request and previouspage to fetch value both and server.transfer very like, but Crosspagepostback can cross site.
Here is an example of a test for localization.
PS, do not know whether any comrade encountered similar situation:/app_globalresources under the resources file Resource.zh.resx will be an error. My vs is Chinese, it is estimated that his default resource file is Resource.zh.resx.