DropDownList events

B

Brian Burgess

Hi all,

Anyone know how to get the 'ondrop' event on a DropDownList? I'm assuming
this control is an HTML SELECT element. Is this right?

Many Thx

-BB
 
S

Saravana

You can add any client side script to ondrop event of dropdownlist from
asp.net like this,

dropdownlist1.attributes.add("ondrop","<your client side script or
function>")
 
B

Brian Burgess

ah yes ... many thx!

-BB


Saravana said:
You can add any client side script to ondrop event of dropdownlist from
asp.net like this,

dropdownlist1.attributes.add("ondrop","<your client side script or
function>")
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top