ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

Can you edit data in the Repeater control?

Tweet Share WhatsApp

Answer:

A Repeater control is a light weight control which can be used for simple reporting purposes. It supports basic event-handling like Init, Load, Unload etc., This also supports some basic formatting of data and can be presented to the user. A Repeater control offers limited level of data editing or selecting capabilities. For such editing and updates ASP .Net offers DataList and DataGrid controls.

Download ASP.NET 2.0 PDF Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
In order to get assembly info whcih namespace we should import?What method do you use to explicitly kill a user s session?