Hi I have table tblUserreport whit columns ID, date, user1, user2, user3
I want to programmatically add 30 rows whit date for current month and create stored procedure for it
Hi I have table tblUserreport whit columns ID, date, user1, user2, user3
I want to programmatically add 30 rows whit date for current month and create stored procedure for it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Boguda BogudaPosted Jun 19, 2015, 3:22 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.
Bhushan BhasmePosted Jun 18, 2015, 11:11 PM