Import Gmail Contact and Email Address in asp.net c# byAdmin •June 20, 2011 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 byAdmin •June 20, 2011 1 < asp:DropDownList ID = "DropDownList1" runat = "server" ondatabound = "DropDownList1_DataBound" > 2 </ asp:DropDownList > Code for .CS File protected void DropDownList1_DataBound( obje…