karenmierkalns
Programmer
I'm new with ASP, so bear with me.
As the page loads, I have a listbox populating with ASP. Then when another listbox is changed, I want to use its value in an sql statement, which I want to use to re-populate the original listbox.
Should I be using VBScript to make this second part happen, or can I use ASP? As I understand it, ASP won't happen until I hit submit, correct?
Should I be using VBScript event handlers?..if so, is there an easy solution? - ie. should I be clearing the listbox, then repopulating it? If so, how is that done with VBScript? I would prefer it if I could use ASP.
Thanks, - Karen
As the page loads, I have a listbox populating with ASP. Then when another listbox is changed, I want to use its value in an sql statement, which I want to use to re-populate the original listbox.
Should I be using VBScript to make this second part happen, or can I use ASP? As I understand it, ASP won't happen until I hit submit, correct?
Should I be using VBScript event handlers?..if so, is there an easy solution? - ie. should I be clearing the listbox, then repopulating it? If so, how is that done with VBScript? I would prefer it if I could use ASP.
Thanks, - Karen