Hi,
I have hard coded and added items to dropdownlist ie teamsize as 1,2,3 like that.
When i load this dropdownlist for edit/update i get duplicate values like this
1
2
3
4... How do i eliminate this duplicate values?
In the ASPX you will have default Items. Since you are binding from database. Remove it
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.