5
Shouts

Detect request is from iPad in ASP.NET

published 671 days, 17 hours, 57 minutes ago posted by PraveenPraveen 672 days, 17 hours, 22 minutes ago
Tuesday, July 20, 2010 10:43:37 AM GMT Monday, July 19, 2010 11:18:14 AM GMT

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...

category: ASP.NET | clicked: 4 | | source: praveenbattula.blogspot.com | show counter code
tags: iPad, ASP.NET

No comments yet, be the first one to post comment.

To post your comment please login or signup