I am writing a web application that is used to track and enter some daily user data ... Every day I need to enter some data for several users manually ...
I will select a date with a calendar, and for that date I will get the DB values assigned to all users on the selected date ... If there are some entries in the database for this date, I will show it in gridview ...
Here is the gridview view for the selected date ...
USERS DATA
------------
User1 Data1
User2 Data2
User3 Data3
But, if I select a date that has no entries in the database, I would like to display a gridview containing the usernames in each row, but I want the second column (DATA field) to be initially editable for ALL rows (the whole second column should contain text fields for inserting values, and not just the selected row, as in the standard editable grid mode), which allows you to insert the desired values ...
I want it to look something like this.
USERS DATA
----------------
User1 TextBox
User2 TextBox
User3 TextBox
, datatable , , - ... datatable gridview, , () TemplateField containg , , datatable , , ... SAVE, , datatable ...
? Templatefield datatable ( gridview datasource), , "" , , datatable? gridview availibe ?
!