I have a grid in that i have edit button .
When i click on edit am going back to the RadPageView where i have radcomboxbox and den fill the text in radcomboxbox
The problem is that whenever i use
(edit grid command)
ddlconfemail.SelectedItem.Text = item["scoreconfirmeemail"].Text;
I get duplication values in my dropdown but if i use "selectedvalue"..it works properly (no duplication and no error in data ).
The problem is that i have 12 combo box and all these values are cuming from 1 - table . Hence , I CANT BIND with the id, the only option is to bind the combo box with Text
Please Help me solve this problem !
When i click on edit am going back to the RadPageView where i have radcomboxbox and den fill the text in radcomboxbox
The problem is that whenever i use
(edit grid command)
ddlconfemail.SelectedItem.Text = item["scoreconfirmeemail"].Text;
I get duplication values in my dropdown but if i use "selectedvalue"..it works properly (no duplication and no error in data ).
The problem is that i have 12 combo box and all these values are cuming from 1 - table . Hence , I CANT BIND with the id, the only option is to bind the combo box with Text
Please Help me solve this problem !