How to refresh a page?
In the application that i am doing now,
1. In the main page it lists all the persons in database.
2. I have given a + button on the right top of that page.
3. When i click on that button, It goes into a page from where i can add a new record.
4. When i press cancel it goes to previous page but since the page isn't refreshed i cant see the record that i added recently.
5 But if i restart the application i can see that record.
I wanted to know how to make that main page refreshed so that i will be able to see the new record?
|