I am trying to bind the result of a calender conrtrol week selection to a repeater conrtol. What do I need to put into the <item template> of the repeater to display the individual dates returned?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.