O.o I dislike language barries, it would be wonderful if the entire world spoke one language =\ Anyway.
msbsam, I think what you are saying is that you have a GUI with a bunch of dropdowns and, as you work your way down, the item you select in X drop down affects the values displayed in the subsequent dropdownlist.
Based on this statement you made:I DONT WANT TO MAKE ARRAY INSIDE MY C# what I assume is that you are looking for an alternative way to bind a dataset to dropdown list, am I correct in thinking that?
for example I think you might be doing someting like this:
ArrayList arr = new ArrayList();
//populate data
dropdown1.datasource arr;
...
And this is causing your application to slow down, is that correct?
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Beginning Visual C# 2008
Professional Search Engine Optimization with ASP.NET
Professional IIS 7 and ASP.NET Integrated Programming
Wrox Blox: Introduction to Google Gears
Wrox Blox: Create Amazing Custom User Interfaces with WPF and .NET 3.0
================================================== =========