On Thu, Dec 2, 2010 at 11:44 AM, Anjib Mulepati wrote: > 1. My record in the table disappear if page is refresh. >
Don't refresh? Otherwise you need a mechanism to "remember" what you're working with, like the session. > 2. And If some of my email is incorrect I don't want that to be get back to > view again. I just want to show a error. > Look at the results of the AJAX call. If it's an error, display a message. Should be trivial if using JSON, only marginally less trivial if you're not. Dave