Is it possible in repeater control to do a functionality of edit, update, delete as gridview,listview and etc data binding control?
Answered by: Urmi on: 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.
Answered by: Aarti Helkar on: 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.
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.
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.