In C#, how would you check to see if a user has changed the index (selected) an item from the drop down list since the page loaded. My ddl are dynamically created and are defaulted to a value. I just want to check to see if the user selected a different item in the list since the page loaded. Thanks.