Database driven mobile app and jQuery Mobile

Database driven mobile app and jQuery Mobile

Hi there,

So far I have developed only one mobile app using jQuery which doesn't use any database.  Now I want design a mobile app that will allow group of users to add their daily schedule.

I will have one form to add their schedule and another to view their schedule.  I would like to store schedule of different people on a SQL Server.

Based on my limited knowledge, I will have to design a form using jQuery Mobile and it will call an asp.net page hosted on some web server that will process the form and insert the data in the database located on some MS SQL server.

To view a schedule, I need to need to select date and call some asp.net page to query SQL server and return  data somehow to app.

I'm not sure how to design such an app. Am even on correct path here. Can someone give me some guidelines.

Thanks

Joe