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

[Solved] 3 tier web application: fastest way to populate combobox & listbox

2 Answers 182 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jon *
Top achievements
Rank 1
jon * asked on 15 Sep 2009, 08:34 PM
Hello,

We are currently working on a 3 tier asp.net web application, with .NET 3.5. We need to populate controls with a large amount of data.
I would like to know how to load the data in a listbox and combobxox in a fastest way, from the DAL to the UI. What are industrial best practices using latest and feasible technologies (ASP.NET MVC, Entity Framework, RadControls for ASP.NET AJAX, etc.)? 
Tell me if you need more information.

Thanks a lot in advance!

2 Answers, 1 is accepted

Sort by
0
Vesko
Top achievements
Rank 2
answered on 17 Sep 2009, 01:00 PM
The fastest way should be Web Services. RadComboBox supports binding from WerService but RadListBox does not.
You can check the Performance demo of the combobox here.

0
jon *
Top achievements
Rank 1
answered on 03 Oct 2009, 07:27 PM
Thank you, I will check this
Tags
General Discussions
Asked by
jon *
Top achievements
Rank 1
Answers by
Vesko
Top achievements
Rank 2
jon *
Top achievements
Rank 1
Share this question
or