Question

What is your favourite way of allowing a web user add/edit records of database table without having to do too much wiring?

I'm looking for a clean fuss-free web-interface to a database.

Edit For example, I'm looking other options such as this one from Compenentart not a programming language.

Was it helpful?

Solution 3

Some options are from Telerik and ComponentArt

OTHER TIPS

Definitely Asp.Net Dynamic Data.

I'd check out the videos on this page : http://www.asp.net/learn/3.5-SP1/ starting with this one: http://www.asp.net/learn/3.5-SP1/video-433.aspx

It's a bit to learn up front, but once you have it learned, it is by far the easiest way to build a simple CRUD web app for your database.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top