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

SerachBox used as a control parameter

1 Answer 74 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
Francois MARTIN
Top achievements
Rank 2
Francois MARTIN asked on 28 Mar 2013, 03:26 PM
Hi,

In a certain situation I would like to use a SearchBox as a control parameter for an SQLDataSource.
But what property name should I use for that to work ? I coulnd't find properties like Text or Value or SelectedValue...

<asp:ControlParameter ControlID="RadSearchBoxEvt" Name="evt" PropertyName="Value" Type="String" />

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 29 Mar 2013, 10:55 AM
Hello Francois,

Currently RadSearchBox doesn't expose a Text or a Value property. The purpose of the control was to work through it's events, and we didn't implement the logic for storing a value. While we consider adding this functionality for our next release, I suggest you use our RadAutoCompleteBox for this task.
 

Kind regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
SearchBox
Asked by
Francois MARTIN
Top achievements
Rank 2
Answers by
Bozhidar
Telerik team
Share this question
or