This is a migrated thread and some comments may be shown as answers.

RadGrid

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prabhanjan
Top achievements
Rank 1
Prabhanjan asked on 17 Jan 2011, 01:43 PM
In My RadGrid there is 3 listbox where user can select multiple option and then he can update his/her data.I have done dropdown with single selection but not listbox with multiple option. I need ur help. When User will update then Id will be save to database.How Can I find value of selected text.Please Help me. Asp.net3.5.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Jan 2011, 01:29 PM
Hello,


You could access the RadListBox from code behind using FindControl() method and get the SelectedItems values to update the db in UpdateCommand. You will get more idea about the scenario, by going through the following link.
Updating values using UserControl/FormTemplate


Thanks,
Princy.
Tags
Grid
Asked by
Prabhanjan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or