Hello All,
I’m not that familiar with ASP (more on the database side) and have been given a task that I’ve been struggling with. It seemed simple enough at the beginning but I just can’t seem to get it to work.
I have a Listbox that pulls First_Name, Last_Name from a table. No problem there. However, the table to quite large (50,000 records) and so the page takes too long to load.
I’m trying to filter the Listbox by having users enter a last name in a Textbox then click a button that would reload the page. The SELECT statement for the Listbox would then use the value in the Textbox using a LIKE clause.
Can anyone give me some help or direction with this?
Any/all help will be Greatly appreciated!
- tl
I’m not that familiar with ASP (more on the database side) and have been given a task that I’ve been struggling with. It seemed simple enough at the beginning but I just can’t seem to get it to work.
I have a Listbox that pulls First_Name, Last_Name from a table. No problem there. However, the table to quite large (50,000 records) and so the page takes too long to load.
I’m trying to filter the Listbox by having users enter a last name in a Textbox then click a button that would reload the page. The SELECT statement for the Listbox would then use the value in the Textbox using a LIKE clause.
Can anyone give me some help or direction with this?
Any/all help will be Greatly appreciated!
- tl