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?
Set AppendDataBoundItems = "false" for the DropDown
Sir,
I am making a row selection.. The selected value i am populating in dropdownlist.. Where it is getting duplicated.. Should i set that property at gridview SelectedIndex Changed event?
But its not working. Shall i paste the code here?
Posting your codes here would help us trouble shooting your issue easily.
You will have to set this in ASPX where the dropdownlist is placed
Yes i have set it where dropdownlist is.. It still did not work
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.