New to jQuery Mobile and this forums site.
Looking at building a .NET c# mobile website with jQuery mobile front end and nopcommerce customised backend.
I was wondering the best way to retrieve dynamic data after reading a number of posts.
1) use .aspx master page for the page template (headers, content & footers sections) and call all my methods in the code behind pages using the nopcommerce layer.
OR
2) Build front end HTML pages and use all .ajax jQuery calls to the .aspx.cs pages
Obviously i want to maintain the use of transitional pages and speed of data retrieval and posts using forms, however i need proper dynamic functionality.
Tips or examples would be appreciated to get my framework started the right way.