This question is locked. New answers and comments are not allowed.
Hi,
My scenario is I have a gridview and I have several columns, in that one column is start time and the other end time.
I also have a start button above the grid, on the click of which I need to create a new row at the same time i need to set the start time (current time) in that column, but here I should not click on the row again which is stating "Click here to add a new row".
in the same wise I have a stop button, when i click on this the new row which is created should set the end time in the corresponding column and that row needs to be saved to DB, how should I do it? Please help
My scenario is I have a gridview and I have several columns, in that one column is start time and the other end time.
I also have a start button above the grid, on the click of which I need to create a new row at the same time i need to set the start time (current time) in that column, but here I should not click on the row again which is stating "Click here to add a new row".
in the same wise I have a stop button, when i click on this the new row which is created should set the end time in the corresponding column and that row needs to be saved to DB, how should I do it? Please help