hello their
i am workin on a website and i code that if user is visiting my website through mobile then it will open a mobile site like m.xyz.com
but i also want to put a link "Desktop Version" and when i code it again redirect me to mobile site
please help my code is below
HttpContext context = HttpContext.Current;
string[] mobiles =
new[]
{ "midp", "j2me", "avant", "docomo",
"novarra", "palmos", "palmsource",
"240×320", "opwv", "chtml",
"pda", "windows ce", "mmp/",
"blackberry", "mib/", "symbian",
"wireless", "nokia", "hand", "mobi",
"phone", "cdm", "up.b", "audio",
"SIE-", "SEC-", "samsung", "HTC",
&qu ...
Go to the complete details ...