I have created a wizard which has 3 pages.
For the 2nd page and 3rd page i have given an option like
"Do you want to add again??" 1)Yes 2)No
On clicking 'Yes' and pressing 'Next' I am emptying the contents of the
current page and displaying the same page with the text boxes emptied..
Whatever data is being entered i am appending in an xml file..For the 1st
page its working fine but for 2nd and 3rd the last record entered is
getting entered as many times i press 'Next' .