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

How to get selectedValue of radCombobox using Form.Page.Request[] Object ?

2 Answers 132 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Abhi Shinde
Top achievements
Rank 1
Abhi Shinde asked on 06 Dec 2010, 02:56 PM
Hi All,
        I am using RadCombobox and I have to get selectedValue of radComboBox using frm.Page.Request["radCmbID"].

Previously
    The request object with asp:DropDown  is giving correct output i.e. it gives selectedValue of asp:DropDown.

eg- string defaultval = FRM.Page.Request["ASPDropID_drp"];    --- gives selectedValue.

But above code is fail for RadCombobox, If I used same code for radCombo it will give "selectedText".
So how can I get "selectedValue" of RadCombobox using "Request[]" Object ??????

Its very urgent...
waiting for reply...

2 Answers, 1 is accepted

Sort by
0
Luis Barahona
Top achievements
Rank 1
answered on 25 Jan 2011, 10:57 PM
Has anyone know how to approach this? I'm able to get the Selected Text with the Request object, but not the SelectedValue? 
0
Shinu
Top achievements
Rank 2
answered on 27 Jan 2011, 09:19 AM
Hello,

I have found this KB article  which explains how to Maintain the Value of a RadComboBox at the client, so that it can be accessed easier at the server through the Request.Form collection.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Abhi Shinde
Top achievements
Rank 1
Answers by
Luis Barahona
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or