Hello Friends,
I am using datatable to fill gridview.
How can i add blank row in datatable to view footertemplate even if i don't have any data ?
I am using asp.net 2005. I am using gridview control to add,edit and modify the data. i put add control at footertemplate. it's working fine but i face one problem that when ever there is no data in the grid then footertemplate is not visible. I want footertemplate will be visible all the time so that user can add data even though there is no data available.
Can any body help me out...
Thanks