Hi everyone,

I have a formview on a page used for viewing and updating the information. In the EditItemTemplate I would like to add a binded dropdown control that is not actually part of the formview. What I want to do is in the ItemUpdated event I want to check if the value has changed for this dropdown and do something if it has. My question is can I add it without messing up the current formview?

Thanks!

Warren