Forums

This topic is locked

autofill listbox

Posted 22 Nov 2004 22:34:26
1
has voted
22 Nov 2004 22:34:26 Carol Helbig posted:
I am currently developing an application using asp and sql server 2000. The problem is some of the source tables for list boxes are quite lengthy. Is there a way to create a list box that autofills?

Replies

Replied 23 Nov 2004 13:30:55
23 Nov 2004 13:30:55 Rene Bandsma replied:
Not with just plain ASP I think, don't think this is possible with standard ASP.NET also because it has to make many roundtrips to the server. I know there is an PHP solution for that in a commercial extension but it will only work in IE. When I remember the name again I will post it overhere!
Replied 23 Nov 2004 21:15:41
23 Nov 2004 21:15:41 the GH1 replied:
you can create a dynamically filled list/menu populated from your db field.
As you add new records, the list updates

wasn't sure if this is what ya mean, but....if in doubt, post it <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Reply to this topic