Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
Inheritance Problem - protected override void CreateChildControls()
posted

hi

when in inherit   webdorpdown  the CreateChildControls() not called,  i place a break point in CreateChildControls()  method,  but break point  is not hitting,  it will work for asp.net native contorls

 

pls help me hout

Parents
No Data
Reply
  • 24671
    posted

    Hi Sai,

    Could you show me some of your code to see how you inherited it? I have just checked this and the CreateChildControls is definitely handled in the control, and it calls its base method, therefore at some point WebControl's CreateChildControls will be called. 

     

    Thanks,

    Angel 

Children