2
Reply

Is editing possible in repeater , if yes then how ?

amit Kumar

amit Kumar

Jun 09, 2008
3.7k
0

    I don't think "Repeater" is the right control for "Editing" purpose. It is exclusively meant to repeat a template and can be divided as HeaderTemplate, Item Template, Alternating Item Template and Footer Template

    There are some ways in which you can make repeater work as "edit"

    But I would recommend using DataList or Gridview control

    Ganesh Murthy
    June 12, 2008
    0

    Yes, using itemcommand that fires textboxes of rows in repeater.

    amit Kumar
    June 12, 2008
    0