Pages

Men

rh

8/15/2013

Cannot have multiple items selected in a DropDownList in Asp.net With C#

If you are getting the "

Cannot have multiple items selected in a DropDownList."

Please try to clear the selected text from the controls. 

Suppose if it is Drop down list control just write like
            dropdown.ClearSelection();

then the problem will be resolved.

No comments :

Post a Comment