Hello Srini,I am on the same boat. I am using an sample xml data to
embed in the form, There are different sections. Lets say there is a
section called ItemSection.Within that section we have
ItemNumber,ItemDescription, ItemPrice etc. Basing on the ItemNumber all
the associated fields are updated. There are approx 200 items (say.).
Suppose the user has choosen the item 23. Is it possible to delete all
the items except the item23 so that when the user will submit the data
only the item23 value wi...