protected void Page_Load(object sender, EventArgs e)
{
if (Request.Browser.IsMobileDevice)
{
Response.Redirect(“~/MobilePages/Default.aspx”);
}
}
Tags: .Net, Mobile
This entry was posted on Monday, January 5th, 2015 at 3:40 pm and is filed under .Net, Application Deployment Environments, Mobile. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.