Answered Questions

  • ASP.NET Repeater Control

    Is it Possible in Repeater control to do a functionality of Edit, Update, Delete as Gridview,listview and etc Data binding Control?

    Urmi

    • Apr 20th, 2012

    No.The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items.

    Aarti Helkar

    • Apr 9th, 2012

    Yes, repeater also have that capability to edit,delete and update the record.

    We have to explicitly write the code for that, as we write for the binding of db.