G
Guest
Hi all,
Is there any chance to let the serverside DropDownList box to execute the
JScript instead of writing the SelectedIndexChanged event.
The reason i initiated this question is. by writing code at
"SelectedIndexChanged Event" you are allowing the page post back and
executing the code only when the page is submitted to server. Instead of
that, is there any way to inject some code so that it can be added as JScript
and that will execute on change of DDL.
Correct me and help me
Is there any chance to let the serverside DropDownList box to execute the
JScript instead of writing the SelectedIndexChanged event.
The reason i initiated this question is. by writing code at
"SelectedIndexChanged Event" you are allowing the page post back and
executing the code only when the page is submitted to server. Instead of
that, is there any way to inject some code so that it can be added as JScript
and that will execute on change of DDL.
Correct me and help me