Ok, I can display the dates in a repeater or datalist, but for each row (each date), I need to add text boxes based on the rows of another table.
date1 textbox1(row1 of tblTypes) ... TextBoxn(rowN of tblTypes) LinkButton1
I have to be able to use the date and the textbox values in an insert or update query.
I have tried to add a repeater or datalist to the itemtemplate without success, when databind gets called for the nested conrol, I get system.nullreferenceexeption.
Is there a way to do this?