the code provided in asp snippets only give 10 contacts but i want to get all my contacts inside tghe grid please help me
Ref
In the above article put large number instead of 10 in the below line
string json = GoogleConnect.Fetch("me", code, 10);
To
string json = GoogleConnect.Fetch("me", code, 100);
Refer:
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.