iPad. People slowly liking it. Few days ago, I have written a post on how to detect the request is from the iPhone. So, as iPad applications are also growing day to day, I want to give you a small tip on how to detect requests are from iPad. So that you will write logic which is specific to the iPad like html, CSS, scripts etc.
Detect request from iPad in ASP.NET [C#]: if(HttpContext.Current.Request.UserAgent.ToLower.Contains("ip...
No comments yet, be the first one to post comment.