C# for exporting GridView to PDF using KetticGridView ExportToPdf exporter = new ExportToPdf(this.ketticGridView1);
Post a Comment
1 comment:
C# for exporting GridView to PDF using KetticGridView
ExportToPdf exporter = new ExportToPdf(this.ketticGridView1);
Post a Comment