Skip to main content

Posts

Showing posts from June, 2013

How to export any gridview to excel, doc, pdf, csv

Hello friend here you can find the example how to export any gridview to excel, doc, pdf, csv <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CSharp.aspx.cs"   Inherits="CSharp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">     <title>GridView Export</title> </head> <body>     <form id="form1" runat="server">     <div> <asp:GridView ID="GridView1" runat="server"          AutoGenerateColumns = "false" Font-Names = "Arial"          Font-Size = "11pt" AlternatingRowStyle-BackColor = "#C2D69B"           HeaderStyle-BackColor = "green" AllowPaging ="true"            OnPageIndexChang

Facebook Share button/ comment box integration for your website

Hii friends here you can find the simple way to integrate the facebook comment box in your website Please check the following link and video for the same; https://developers.facebook.com/docs/reference/plugins/comments/ Video tutorial:

Integrating and Customizing of Google Maps Api

Hii Friends here you find some good example of Integrating and Customizing Google Maps Please check the following Video for the same

FreeTextBox ....... The most popular free ASP.NET WYSIWYG rich HTML editor

FreeTextBox The most popular free ASP.NET WYSIWYG rich HTML editor FreeTextBox HTML Editor The most-used free ASP.NET WYSIWYG HTML editor featured in open source and commerical projects. Just drop FreeTextbox.dll in your /bin/  folder, change  <asp:Textbox />  to  <FTB:FreeTextbox /> , and you're done. Browser Support Internet Explorer 6,7,8,9 Firefox 1,2,3 Google Chrome 1,2,3,4,5 Apple Safari 3,4,5 Opera 7,8,9,10 Downgrades for others (including iPad and iPhone) ASP.NET Features ASP.NET 1.1, 2.0, 3.5, and 4.0 Single dll distribution Drag and drop, works everywhere New Version: 3.3 ASP.NET 4.0 native dll Updated CSS for more settings Please check the following link for get more details :  http://www.freetextbox.com/ To  Download : http://www.freetextbox.com/download/ or  https://docs.google.com/file/d/0B45Hpp8-i2BcX2RvSktzMEw5WlE/edit?usp=sharing go to file and click on download