Click here to Skip to main content
15,918,617 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a mobile app using jquery mobile is how to manage students and update events in my class.
So I created 3 pages:

- page 1: has "user", "password" textinput and "login" button
- page 2: has "delete" and "add student" button. If I tap on "add student" button, there is a form with "name", "birthday", "cellphone number", "facebook" name for user fill out and 2 buttons: "save", "edit".
- page 3: a form with image and name, birthday, cellphone, facebook name above in page 2.


+ issue 1: I get stuck in page 1 is how I store data when I log in with my "user" and "password". It knows which is right or wrong account to access the next page 2.
+ issue 2: If I can login with my "user" and "password" then how I store data about "user", "password", "cellphone number", "facebook name" in which way to retrieve information when I using filter.

Thanks in advance!
Posted

1 solution

You will have to use server side technology ex: ASP.NET, PHP and write logic to store and retrieve data.

Have a look into

http://www.hanselman.com/blog/MakingASwitchableDesktopAndMobileSiteWithASPNETMVC4AndJQueryMobile.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900