To display a list of data in an asp.net based application you can easily use the standard GridView control. This control offers out of the box a lot of exciting functions. But one important point is missing ... an easy way to insert new records like in MS Access or other client side database applications. Now I have implemented one possible solution and you can see the result on my homepage
here . Also I have written a tutorial and I implemented a sample project (see attached files).
PDF: GridViewExtended.pdf (110,68 kb)
Visual Studio Solution: GridViewExtended.rar (124,98 kb)