Articles Archive for February 2009
ASP.NET »
This error might occur if you have selected your selection list (dropdownlist) multiple times. You can add multiple=”true”, e.g. <select Multiple=”true”> in your selection list so as to enable multiple item select.
If you don’t want your selection list to be multiple select enabled then you have to check whether you have selected the selection list multiple times either in your design (aspx file) or in code (aspx.cs file).
Mukesh Chapagain is a graduate of Kathmandu University (Dhulikhel, Nepal) from where he holds a Masters degree in Computer Engineering. Mukesh is a passionate web developer who has keen interest in open source technologies, programming & blogging.