I have a couple of fields on a form that will be populated with default values. I would like to put a button that will allow me to reset those fields to their default values if they have been modified. However I would like to avoid the postback so that I don't have data being sent to the database.
Is it possible to add a javascript hook such that when that button is pressed I can pull the default values and populate those fields in javascript?