K
Kelly Leahy
I'm using an Asp:Repeater control with a text box in the
item templates. This is for a system that has a number
of items that the user can edit and I'd like to generate
them based on a list. However, when the user clicks a
save button (not in the asp:repeater, but on the form
itself) I would like to (on postback) update the values
in the database and redisplay the page.
I can't figure out how to reference the controls
generated by the asp:repeater's template once they get
onto the rendered page. Is there any easy way to do
this? I must be missing something - I think.
Thanks,
Kelly
item templates. This is for a system that has a number
of items that the user can edit and I'd like to generate
them based on a list. However, when the user clicks a
save button (not in the asp:repeater, but on the form
itself) I would like to (on postback) update the values
in the database and redisplay the page.
I can't figure out how to reference the controls
generated by the asp:repeater's template once they get
onto the rendered page. Is there any easy way to do
this? I must be missing something - I think.
Thanks,
Kelly