Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends

I am working on a web Project in which I Have to Validate the User For which I have to Check the IMEI no of That Cell Phone Which has to be Register In Our Database.

I Have Googled For The Same But I Haven't Find Any Satisfied Solution.

I Want to Fetch the User Cell Phone IMEI No From which the User is Login In The Website,
The I want to Check that this IMEI No is Present in or Database Table or no.
I am Using ASP.NET C#, SQL 2005
Posted

1 solution

See answer to simular question: How to get mobile Number[^]
You can't. For very, very good security reasons, the browser (and thus the server) cannot access the mobile or IMEI number.

That is assuming that it is a mobile at all, rather than a desktop, laptop, tablet, or internet-enabled fridge.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900