To overcome this error, you should clear the previous selection of your ddl as following:
ddl.ClearSelection();
via c# – Cannot have multiple items selected in a DropDownList – Stack Overflow.
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
To overcome this error, you should clear the previous selection of your ddl as following:
ddl.ClearSelection();
via c# – Cannot have multiple items selected in a DropDownList – Stack Overflow.