ASP.NET 2.0 Question:
Download Questions PDF

Can you edit data in the Repeater control?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

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 Interview Questions And Answers PDF

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?