School list and ratings
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, ...).
Source files:

Schools.html

(this html page),

SchoolsDef.xml

(static XML layout),

Schools.aspx

(server script generates and processes XML data and manages users),

SchoolsRatings.aspx

(server script generates XML with user ratings),

SchoolsReview.aspx

(server script saves user review to db),

../Database.db

(source SQL database, tables Schools_Schools, Schools_Ratings, Schools_Reviews)
This example uses

SQLite

../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.
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.
Log in to add or edit your events Name: Password: