Advance CRUD App

Hi Friends ,

If you are following with my blog so far , i have explained about building the CRUD app . Once we have done with app , the following requirements has to be added in addition to that APP


1. Create a Dynamic Table with 5 Students Information.
2. When user Clicks to add students , we should get a pop up . In that user has to be given a provision to add the new friends     information where ever he want . One Drop down has to be given to select the student to add first or select or desired location .
3. Add auto search facility to the table .
4. When user select a students he want to display , only those students has to be visible .
5. When user clicks the edit button , one pop up has to come with the that students information
6. When we update the information of the student , we need to capture the updated time and display it on the remarks table .
7. Add some form validations with reg expression .
8. Capture the date birth of the students and calculate the age and display it .
9. Add a show location provision , when user clicks on it , with pin code no show the location

Comments