
Hi I want to create table or two tables so that I can achive this in gridview.
Every day every employee insert some comment about work so each row have one date but several users(employee).
I have got idea to create button that insert 30 rows whit date but other cells to be null and users can edit them later.
Boguda BogudaPosted Jun 19, 2015, 4:33 AM
in asp.net web application I have gridview whit columns date(datetime) Jony(nvarchar(10)) Ana(nvarchar(10)) Katya(nvarchar(10)) Steve(nvarchar(10)). Its binding from sqldatasource (tblUserreport). I have button in gridwiev footer and on onbuttonclick function I want to call sored procedure that add 30 rows in table whit populate date cells whit increment date +1 butt other cells(ana jony steve) to be null.
Upendra Pratap ShahiPosted Jun 19, 2015, 3:27 AM