D
David P. Donahue
I have a DropDownList that I would like to post back to the server when
the selected index changes. Using Visual Studio, I simply
double-clicked the DropDownList on the form and that created the
function call where I put my code, all well and good. But in practice,
changing the selection does not post back to the server and, thus, does
not run the code when I need it to be run. Is there a way to make this
happen?
I realize that conducting a postback on such an event isn't always the
best way to do things in the first place, but in this specific case on
this specific form it would pretty much be the best way to go. Any ideas?
Regards,
David P. Donahue
(e-mail address removed)
the selected index changes. Using Visual Studio, I simply
double-clicked the DropDownList on the form and that created the
function call where I put my code, all well and good. But in practice,
changing the selection does not post back to the server and, thus, does
not run the code when I need it to be run. Is there a way to make this
happen?
I realize that conducting a postback on such an event isn't always the
best way to do things in the first place, but in this specific case on
this specific form it would pretty much be the best way to go. Any ideas?
Regards,
David P. Donahue
(e-mail address removed)