F
flashk
Hi, All
I design a composite custom control, which has three dropdownlists in
it. I find as long as one of the dropdownlist control's id is assigned
using uniqueid property of my custom control then a postback event
will be fired, but since my dropdownlist has javascript event which
does some function and using dropdownlist ids to identify them, since
uniqueid is generated dynamaically, it is difficult for my js function
know the id, is there any other method to solve the problem, i tried
create a hidden type input with id = uniqueid, but it seems postback
event can't be fired... needs help thx a lot
regards
Kevin
I design a composite custom control, which has three dropdownlists in
it. I find as long as one of the dropdownlist control's id is assigned
using uniqueid property of my custom control then a postback event
will be fired, but since my dropdownlist has javascript event which
does some function and using dropdownlist ids to identify them, since
uniqueid is generated dynamaically, it is difficult for my js function
know the id, is there any other method to solve the problem, i tried
create a hidden type input with id = uniqueid, but it seems postback
event can't be fired... needs help thx a lot
regards
Kevin