Is there a built-in grid that I could do the following simply:
SELECT * FROM MYTABLE
It would list all the rows, with paging support.
Allow me to update/delete/insert a row by double clicking on it and making it editable etc.
Does this exist? Does it require me to write any code to perform the CRUD operations?
(any version of ASP.NET is fine)