Demonstration of framework of item list with ratings and reviews.
Do not run this file locally! Run it from your local or remote web http server where is installed IIS and ASP.NET (1.0, 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, ...).
../Database.db file as source SQL database.
You can switch to
MS Access
MDB database by setting UseMDB property to true in Schools.aspx, SchoolsRatings.aspx and SchoolsReview.aspx.
The MS Access MDB database can be used only in 32bit mode of IIS.
Also the ASP.NET service program must have write access to the Database.mdb file.
To permit 32bit application on 64bit IIS, go to IIS manager, display application pools list (usually in root under computer name).
Choose DefaultAppPool (or the pool you use for the ASP.NET applications the TreeGrid examples are run on), select Advanced configuration and set Permit 32bit application to true.
There are three modes to work with data:
a) View all data and rate and review the schools.
Default mode, without log in.
b) Edit data as user . Every user has his own data.
You can log in as Jan, Magda, David,
Adam, Linda , all without password.
Or you can add new user by entering new name and password.
c) Edit all data as administrator . You can edit all data or even assign it to another user.
You can log in as Admin, without password.