DD Final

esse quam videri
Jump to: navigation, search

Cheese Browser by Region

Create an aspx page that displays all the cheeses in the Cheese Database on iamdb that are in a region selected on that page.



The cheeses in the selected region should display there name, the name of their region, milk type and consistency. You can pick the type of control you use to display the data. You can also pick whatever method youi like to fetch the data. The properties should be displayed as strings not ID from the cheese table so you'll need to use the view Cheese_vw or craft the joins yourself.

CheeseDiagram.JPG


Keep you code clean and remember to comment

Extra Credit add the flags of the regions flags. The images are here http://iam.colum.edu/dd/RegionIcons/ 

Post the url of your cheese browser to oasis when you are finished