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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top