I have looked at that tutorial, but it isnt exactly what i am trying to accomplish.
I apologize for leaving this out, but as in the html5/local storage tutorial; When clicking on one of the list items i want to navigate to another page which displays only information for the clicked list item. I understand how the tutorial shows it using routes and tagID, but in the tutorial theyre using an imported xml sheet, and not a database.
I've created hidden labels, tagid, and the id from the database is mapped to it, but Im unsure as to how i can use that to navigate "on click"..
In total scope, I'm trying to create a way to list "stores" on my start page. When clicking on an individual store, navigate to a "store details" page. The "Store details" page displays the database information pertaining to selected store, and also some CRUD functions for selected store.
again, thanks in advance for your help!