I have a formview and I opened it in Insert mode where the fields were all blank as I expected. I then entered some data into the fields but instead of clicking insert I clicked cancel. I then entered the formView in Insert mode again and the previous data was still present.
Can someone please tell me how to set it up so it will be cleared if cancel was pressed?
Try doing:
Is typically what you do, or use client-side scripting.
HTH.