Thursday, 28 August 2014

Export Datatable value to Excel in asp.net c#

Export Datatable value to Excel  in asp.net c#
Hi Everyone in this article  have shown how to export data table value in excel . basically I don't have ms office installed so i  have opened with browser. basically that is html table i  am generating but because i have given .xls extension so we can open it in excel also. so...

Wednesday, 27 August 2014

Generate Dynamic table in html format in .cs page | Table Report | Design Report in asp.net with c#

Generate Dynamic table in html format in .cs page | Table Report | Design Report in asp.net with c#
Hi Everyone  in this article i am going to show how to generate dynamic table or we can say clone of grid view with code behind . we dont need to add any new control just apply css on code behind page and generate table with data. i have shown both example with grid view and aslo with...

how to merge row in gridview when value is same

how to merge row in gridview when value is same
hi guys in this article i am  going to show you how to merge rows in grid view it two rows has same value. idea is very simple to check if next and previous rows has some equal data then merge that number of rows.using col span. lets have a look. Now here there is no mathing...

How to Export Gridview data in excel format in c# asp.net with example

How to Export Gridview data in excel format in c# asp.net with example
Hi everyone in this article i am going to show you how to Export gridview  data into excel. first thing is that you should have  Ms offices installed i don't have installed but i will show you in browser. lets get the code which will fill the grid .i am using visual studio...

Tuesday, 26 August 2014