Hi, all
Please solve my problem
in asp.net
in grid view am displaying details of student
Roll No, name,status (Present / Absent), Delay time
for status am setting control Radiobutton defaultly it selects present, if absent then the delay time have enter in textbox which under the column of delay ingridview.
delay textbox is there for every record in grid view.
user displays details in gridview, user can edit that data in gridview.
that entire data have to store in database by clicking add button.
i tried but not reaching target.
ThankYou
Naren
Please solve my problem
in asp.net
in grid view am displaying details of student
Roll No, name,status (Present / Absent), Delay time
for status am setting control Radiobutton defaultly it selects present, if absent then the delay time have enter in textbox which under the column of delay ingridview.
delay textbox is there for every record in grid view.
user displays details in gridview, user can edit that data in gridview.
that entire data have to store in database by clicking add button.
i tried but not reaching target.
ThankYou
Naren
Comment