DropDown List Box

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Did you try the Attibutes.Add for the DDL on Load of the control?

Post back ifyou need more code
 
Back
Top