Hi!
I want to check if there have been any changes to a form on my ASP.NET webpage, What are my options?
Should i check if the viewstate has changed or should create a flag in the code-behind, triggered by webcontrol events like TextChanged for Textboxes or SelectedIndexChanged for Dropdownlists?