Problem at Custom control's OnDataBinding
Hi,
I am developing one custom control, which derived from DropDownList control. My problem is I am unable to binding the data to my control. Actually OnDataBinding(e) was never called in execution. why it happens?
I can able to execute OnInit(e) And OnPreRender(e) successfully and also when i calling ONDataBinding(e) explicitly from OnPreRender(e), it populates data too.
I think OnDataBinding(e) implicitly called.
Please give me solution.
Thanks in advance.
Subbarao
|