Is there any way I can check whether the user has changed any data on the web page between the page load and save button click. If the user has opened any page to edit some data and clicks the save button without changing any data on the screen then I need to display a message.
Thanks in advance.
I think what you are trying to do is check if the form is dirty (i.E. something has changed) and this dirty form plugin might help you.