473,382 Members | 1,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Design help please

Hello,

We have a site that needs a combobox that links to a dataset that has up
to 4000 records in it. We are coding in vb.net. We have tried the one from
metabuilder but the combobox displays a text box and drop down on the
autopost back. We also tried http://www.codeproject.com/aspnet/combobox.asp
but couldn't get it to work for vb.net with a dataset, the data just
displays over the entire page. I have seen some commercial ones however they
seem to hit the database each time thus destroying performance. Does anyone
know of a good solid commercial or non-commercial combobox that could work
without destroying performance? Thanks in advance.

John
Nov 18 '05 #1
3 903
One you write yourself?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"john" <jo*********@hotmail.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
Hello,

We have a site that needs a combobox that links to a dataset that has up to 4000 records in it. We are coding in vb.net. We have tried the one from
metabuilder but the combobox displays a text box and drop down on the
autopost back. We also tried http://www.codeproject.com/aspnet/combobox.asp but couldn't get it to work for vb.net with a dataset, the data just
displays over the entire page. I have seen some commercial ones however they seem to hit the database each time thus destroying performance. Does anyone know of a good solid commercial or non-commercial combobox that could work
without destroying performance? Thanks in advance.

John

Nov 18 '05 #2
Kevin,

Unfortunately I am not sure how to go about this. That is why I was look
for either a sample in vb.net or a commercial product.

John

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
One you write yourself?

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"john" <jo*********@hotmail.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
Hello,

We have a site that needs a combobox that links to a dataset that has
up
to 4000 records in it. We are coding in vb.net. We have tried the one

from metabuilder but the combobox displays a text box and drop down on the
autopost back. We also tried

http://www.codeproject.com/aspnet/combobox.asp
but couldn't get it to work for vb.net with a dataset, the data just
displays over the entire page. I have seen some commercial ones however

they
seem to hit the database each time thus destroying performance. Does

anyone
know of a good solid commercial or non-commercial combobox that could work without destroying performance? Thanks in advance.

John


Nov 18 '05 #3
you are not going to find a browser solution for this. in a windows app you
implement a databased combo by taking over the rendering of the dropdown.
you catch the scroll events and display/llokup the data as needed.

in a browser based combo, you have to download all the data to the browser
at page load (commonally to a hidden div), as it can not maintain a
connection to the server to get just the data its wants. downloading and
rendering 4k rows is really slow.

you could write a java applet, or active/x control that maintained a
connection to you server to implement this.

-- bruce (sqlwork.com)

"john" <jo*********@hotmail.com> wrote in message
news:e5**************@TK2MSFTNGP09.phx.gbl...
Kevin,

Unfortunately I am not sure how to go about this. That is why I was look for either a sample in vb.net or a commercial product.

John

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
One you write yourself?

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"john" <jo*********@hotmail.com> wrote in message
news:#O**************@TK2MSFTNGP10.phx.gbl...
Hello,

We have a site that needs a combobox that links to a dataset that has
up
to 4000 records in it. We are coding in vb.net. We have tried the one from metabuilder but the combobox displays a text box and drop down on the
autopost back. We also tried

http://www.codeproject.com/aspnet/combobox.asp
but couldn't get it to work for vb.net with a dataset, the data just
displays over the entire page. I have seen some commercial ones
however they
seem to hit the database each time thus destroying performance. Does

anyone
know of a good solid commercial or non-commercial combobox that could

work without destroying performance? Thanks in advance.

John



Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: eMKa | last post by:
Hi Code guru's I have created a user control which has access, and thus makes use of a shared singleton class like: Dim MyAppSettings As DLAppSettings = DLAppSettings.GetAppSettings This...
13
by: Bryan Parkoff | last post by:
I have created three classes according to my own design. First class is called CMain. It is the Top Class. Second class and third class are called CMemory and CMPU. They are the sub-classes....
5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
1
by: E.U. | last post by:
Hi, I an using MS-Access in order to build a site. I have this item that can have upto 10 pictures (might have none) I want to design a dynamic table which has the ID of the item at the first...
7
by: Shimon Sim | last post by:
I have a custom composite control I have following property
2
by: Carlo Stonebanks | last post by:
I have the infamous GoF Design Patterns boo - it's been sittin gon my shelf for years. I have a huge reading list and find this book a rather dry read and am always putting it off. I have...
5
by: macca | last post by:
Hi, I'm looking for a good book on PHP design patterns for a OOP beginner - Reccommendations please? Thanks Paul
1
by: Tim | last post by:
Dear All, In my opinion, there are so many possible designs for a project, even small up to a class. How can I know which one is better? Is there any important point I should consider in the...
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
7
by: Immortal Nephi | last post by:
I have an idea how to design an object in a better way. I would like to give you my thought example. Please let me know what you think if it is best object design. Please recommend me any book...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.