asp.net mvc 3 - Maintain data in different domains in MVC -
i have small requirement want send data www.example.com , @ same time want data www.example.com.
example want search email in www.mydomain.com, if result not found, want search email address in www.otherdomain.com. there want redirect www.mydomain.com , keep data used in email textbox.
i know can using query string. there best solution implement requirement?
Comments
Post a Comment