Universal Database Admin for ASP.NET and SQL Server
1,386 Downloads
11,896 Views
| Author |
|
| Company |
C Sharp Tricks |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
December 12, 2005 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
An asp.net web module which can be added /cutomized in any sql driven web application as a database administration.
Useful to create an admin section of a web application,
CRUD operations for Tables/ Records
Features:.
- Creates a self sufficient Admin section which can be put into any SQL
driven web application by changing the
connectionstring for SQL server in web.config
- Login to admin before doing the CRUD
(create/Read/Update/Delete) operations (NOT REQUIRED FOR ADMINLIGHT
VERSION)
- Individual modules for each operations(CRUD) which takes tablename as parameters
- A dataAccess class which wraps all the data access methods
and returns values or records as required.
- CRUD operations for the TABLES (you can
create/read/update/delete tables).
- Filter the records using custom sql query.
- Execute Custom SQL statment on the
database.
- Support of Paging/Sorting .
"A good way for non-IT people to have a look at the
database data without having to know anything about SQL " - A User
Screenshots
Reviews
Submit a review
Very very good
Reviewed by: TomBlue on Thursday, March 23, 2006
5 Stars
Just 5 pages to manage everything in the database
You can create Tables / even Fields on the Fly as well Eecute custom SQL statement is the best feature
thanks