fiogf49gjkf0d hello everyone,
need one help.
I am creating one custom page. have one combo box control and want to handle selectedindexchange event.
i have tried following but its not working:-
1. create event handle in function OnWireEventHandlers()
cboKYCCheckList.SelectedIndexChanged += new EventHandler(cboKYCCheckList_SelectedIndexChanged);
2. also give defination to cboKYCCheckList_SelectedIndexChanged().
when i run the page the selectedindexchange event not fired.can u please help me ??
|