Hi
Following is what I want to achive, can you please give me an idea how to pursure it:
I have a repeater with 1st column (TestName) being populated from sql server table(tblTestName) and 2nd (Value1) and 3rd (Value2) column are textboxes to enter values and all the repeater table gets saved in another sql table2 (tblResults).
I want to replace textboxes in repeater columns 2nd and 3rd with labels with the entered values fetched from sql server table2 for the records that were saved in the current week and leave textboxes for the values which still have to be filled in.
I hope I have explained my question clearly.
Thanks
Harkirat
Go to the complete details ...