Showing posts from June, 2011

Import Gmail Contact and Email Address in asp.net c#

1) add these dll in you application:- Right click on Solution Explorer and add reference option. using Google.Contacts; using Google.GData.Client; using Google.GData.Contacts; using Google.GData.Extensions; 2) Drag a button which name is…

How To Add Tool Tip for DropDownList items in Asp.Net

1 < asp:DropDownList   ID = "DropDownList1"   runat = "server"   ondatabound = "DropDownList1_DataBound" > 2 </ asp:DropDownList > Code for .CS File protected   void   DropDownList1_DataBound( obje…

Load More
That is All