Dynamic dropdownlist in repeater, ASP.NET
Basically, the codes I have is from here : http://ranafaisal.wordpress.com/2009/02/17/dynamically-adding-removing-textboxes-in-aspnet-repeater/ However, the thing is that, I will need a dropdownlist with textboxes. The purpose of having dropdownlist is to allow users to select their country of origin. They have the option to Add or Remove the particulars they have entered before. This is my error message: 'ddlName' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value This is my dropdownlist code inside a repeater in Default.aspx <asp