Can following thing be done?
The red rectangled datatable should be modified as the other row.
I am using c#, DataTable with MS-SQL. I want to give shown type of view of second row to the user in a windows.
I'll be having at least 500-600 rows like this out of 1000 rows. Which can be shorten down to 1000-600/3 = 800. (Perhabs, I can take this chance because the operation will not be time consuming.) The user will be having ease in putting data only once in place of puttinig it thrice .. will save time for them and over all performance.
Please ask question for help me solve this problem.
Thanks in advance.