ASP.NET: How to access repeater generated form input elements?
i’m want to have a repeater generate a bunch of checkboxes, e.g.:
i’m want to have a repeater generate a bunch of checkboxes, e.g.:
I’ve got a form that has to be a repeater on a webpage. I have a number parameter that tells me how many additional customer details are to be added. In this page I have a repeater control that needs to repeat items a set number of times. For each item there is a set of input boxes that needs an id appended to it. All I need to bind is a number for each additional input box ie <% #id %>. I dont know how to set up simple databind without a specific datasource, but just build one in a loop.
I have a page with a simple dropdown and repeater control in page.on submit repeater control is bound to datasource1 which has 3 columns.
