|
Web enabled database
This shows a horse racing database on the Internet. The races are listed
in a paged grid (1 to 3 in the example). Each race can be selected and the race
details (eg Gold Cup, York, 16 Jun 2005) plus the winner (Westerner), second
(Distinction) and third (Vinnie Rose) horses are then show. You can
further select any of the displayed horses and the pedigree for that horse
(Distinction in this example) is then shown on the right hand side of the
screen. Note that Northern Dancer and Natalma are shown in bold. This is used
to indicate in-breeding.
This is an ASP.NET application with a SQL Server database holding the data. You
can view the
real thing here!
|