Infolink

 

Search This Blog

Showing posts with label MVC 2 - Dropdownlist with JSON. Show all posts
Showing posts with label MVC 2 - Dropdownlist with JSON. Show all posts

Nov 25, 2012

MVC 2 - Dropdownlist with JSON

I setup the Database and LinqToSql classes for my app. The table structure is MeterTypes > MeterCollections > MeterUsages. Where a MeterType is the top level (ie. Electricity, Gas, Waste, etc.) the MeterCollections are the next level down (a MeterType may contain many of these, for Electricity I have Peak and Off-Peak) and MeterUsage is the actual usage on a meter for that MeterCollection.
Related Posts Plugin for WordPress, Blogger...