Universal Database Admin for ASP.NET and SQL Server



(1) Submit a Review

1,386 Downloads

11,896 Views


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:.

  1. 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
  2. Login to admin before doing the CRUD (create/Read/Update/Delete) operations (NOT REQUIRED FOR ADMINLIGHT VERSION)
  3. Individual modules for each operations(CRUD) which takes tablename as parameters
  4. A dataAccess class which wraps all the data access methods and returns values or records as required. 
  5. CRUD operations for the TABLES (you can create/read/update/delete tables).
  6. Filter the records using custom sql query.
  7. Execute Custom SQL statment on the database. 
  8. 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