R
rasta
i've a an order entry page where one of the controls a ComboBox is populated
with approx 700kb of txt.
the txt is customer names.
i am looking for ways to improve the perfomrance, the bottleneck seems to be
the rendering of the page.
the ComboBox looks up the cust name only.
when there are less than a 100 cust records, perf is ok
3000 and above perf gets slugish.
any suggestion/alternatives is much appreciated.
thank you.
with approx 700kb of txt.
the txt is customer names.
i am looking for ways to improve the perfomrance, the bottleneck seems to be
the rendering of the page.
the ComboBox looks up the cust name only.
when there are less than a 100 cust records, perf is ok
3000 and above perf gets slugish.
any suggestion/alternatives is much appreciated.
thank you.