Hi,
I have a asp page which needs to have a list box at the upper half of the page which will bring up the list of departments. Now I have that working. When the user selects a department, it should populate all the employees for that dept in the lower half of the screen. I have the SQL for this. But am not able to figure out how I can pass the dept_id (selected by the user from the list) as a parameter for the query that populates the employees list below. Please help. It is a live or die scenario here!! Thanks in advance
I have a asp page which needs to have a list box at the upper half of the page which will bring up the list of departments. Now I have that working. When the user selects a department, it should populate all the employees for that dept in the lower half of the screen. I have the SQL for this. But am not able to figure out how I can pass the dept_id (selected by the user from the list) as a parameter for the query that populates the employees list below. Please help. It is a live or die scenario here!! Thanks in advance