I am trying to add TextBoxes in a repeater. The number of TextBoxes is variable according to the repeater bindings pull from database. My problem is how to add "TextChanged" event to each TextBox so I can save changes each time I make changes to the textbox.
Thanks!
Thanks!