Click here to Skip to main content
16,004,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi folks,

i want to import the yahoo & gmail contact list using asp.net 2.0 & C#. Please provide the way for it.

many thanks
Posted

ASP.NET, by definition, cannot do this. You'd have to check out if the two providers provide some sort of API, perhaps a web service, so if someone gives you their username and password, you can access that information. You can do that in an ASP.NET website, so long as it's quick enough, but ASP.NET will not be involved int he code you'd write to do it.
 
Share this answer
 
Download For links [Email ID removed to avoid spam]
http://www.speedyshare.com/files/24052275/GogleContactsDevApp.rar[^]
 
Share this answer
 
v2
Comments
Sandeep Mewara 31-Aug-10 14:08pm    
If you dont want to get spams, don't provide your EmailID in question or 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