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

[Solved] Combobox "classic" and Combobox AJAX in the same project?

1 Answer 55 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 26 May 2009, 09:22 PM
Can I have the combobox "classic" and the combobox AJAX in the same project?  I don't have the option of removing the classic version from the project yet, but need a few comboboxes to load via AJAX.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 27 May 2009, 11:19 AM
Hi Michael,

They are in different namespaces ("classic" RadComboBox in Telerik.WebControls namespace, RadComboBox in Telerik.Web.UI namespace), so there is no problem using them in the same project.
You should use in the code-behind their full names (with the namespaces) in order to distinguish them.

Greetings,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or