> -----Original Message-----
> From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] 

> This is actually pretty easy to accomplish. If you're only 
> passing back a
> few pieces of information, you could pass the data back with the
> autocomplete matches. The advantage of this is you don't have 
> to do another
> lookup. The disadvantage, and it can be a big one, is that 
> you can really
> increase the amount of data required to be sent on each 
> lookup. If there's a
> lot of matches and a lot of data you're passing back, this can be
> problematic for several reasons (memory consumption in the browser and
> bandwidth issues.)

Dan - thanks for the reply!!!!!   

I'll have to try it both ways and see what the performance hit is with
the additional data...

May have more questions later :)

Jim

Reply via email to