C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






how to identify the mobile device accessing a Web page?


Posted Date: 18 Aug 2008      Total Responses: 2

Posted By: Nitin Mathur       Member Level: Silver     Points: 1





Hi All,

I want to know that if i access a web page from mobile device then i track the Mobile device information like Device name, OS version etc...

So how to identify the mobile device accessing a Web page?

Bye





Responses

Author: Appukuttan    18 Aug 2008Member Level: DiamondRating:     Points: 1

Refer this..

http://msdn.microsoft.com/en-us/library/ms178619(VS.80).aspx



Author: G.Joychandrasekaran    23 Aug 2008Member Level: SilverRating:     Points: 6

To check the the Webpage Accessable using .Net Program
------------------------------------------------------
Using HTTPWebReuest and HttpWebResponse class is used to check the particular web page is working or not.
Ex.

HttpWebRequest req = WebRequest.CreateRequest("Link");
HttpWebResponse res = req.GetResponse();
res.StatusCode=="OK"

To browse web pages in PocketPC:
--------------------------------
Using IExplore->type link in file path text box-> click Ok button to browse the given page in internet explorer

To Browse web pages in .Net Program itself
------------------------------------------
TO user Web Browser control in Devie application windows form

Give link to the web browser control using "WebBrowseObj.Navigate()" Method.

All The Best
G.Joychandrasekaran





Post Reply
You must Sign In to post a response.
Next : C# and mssql compact problem
Previous : HandleData Event
Return to Discussion Forum
Post New Message
Category: Smart Devices

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use