P
Paul W
Hi - I'm developing a 'front-desk' app. to be used over the internet.
(SQL-Server back-end).
One of the pages will require the user to select an entry from a large
(~4000) list of 'member names'.
What are the options to reduce the bandwidth load of this? Is there any way
that I can cache the list on the client (and allow them to periodically
'refresh' their local copy?). Or, does anyone have some code for a 'manual'
auto-select option where the user can enter the start of the name (eg.
"Wri") into a textbox and the list will be populated with all matching
names?
The list will be called upon many times a day and is relatively static (~1-2
changes a day).
Thanks for any and all suggestions,
Paul.
(SQL-Server back-end).
One of the pages will require the user to select an entry from a large
(~4000) list of 'member names'.
What are the options to reduce the bandwidth load of this? Is there any way
that I can cache the list on the client (and allow them to periodically
'refresh' their local copy?). Or, does anyone have some code for a 'manual'
auto-select option where the user can enter the start of the name (eg.
"Wri") into a textbox and the list will be populated with all matching
names?
The list will be called upon many times a day and is relatively static (~1-2
changes a day).
Thanks for any and all suggestions,
Paul.