Combobox user control

J

Julie Barnet

I need to have a combobox functionality (ie. be able to type and/or
select from list). I'm using the combobox control from
metabuilders.com. For the most part, this control does exactly what I
want it to do.

One flaw: when i set the autopostback to true, it seems to have no
effect on the control. I have a selectedindexchanged event handler
that is suppose to fire when the index of the user control changes.
It is only fired when the next postback occurs (ie. a button click).

Has anyone that has used this user control ran into the same problem
and has a fix? Or can someone suggest another third party control
that has similar functionalty to this?

Thanks in advance
Julie Barnet
 
P

PJ

if it allows you to, just manually write in the onchange event yourself

onchange="javascript:__doPostBack('ddlInstance','')"
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top