I have a select box on my page near the bottom of my form. When the user is done filling out the form they select one of the options from this select box and I want them to be able to see the information pertaining to the selected option in a generated table on the same page. In plain english, they select a team name, and I want the name of the members to show up. I understand that ASP must be run at load time, but I really need a solution for this. I don't want to have to use Remote Scripting and there has to be another way to run a query in the middle of a page.
The main problem here being that if they want to see the team members and the page reloads to do the query, the information in the rest of the form is lost.
Thanks in advance. Ryan
rmindorff@hotmail.com
The main problem here being that if they want to see the team members and the page reloads to do the query, the information in the rest of the form is lost.
Thanks in advance. Ryan
rmindorff@hotmail.com