adspace


Explain why edit is not possible in repeater?

Answer Posted / Bhagwan Singh

Repeater is an ASP.NET web control that repeats items based on data binding. It does not have built-in support for editing or updating data. To enable editing, you should use a control like GridView or FormView, which provide built-in support for editing and updating data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1048


Explain how to call the sql commands asynchronously in ado.net version 2.0?

996