A New Internet Library: Add Your Website/Blog or Suggest A Website/Blog to our Free Web Directory http://anil.myfunda.net.

Its very simple, free and SEO Friendly.
Submit Now....

Thursday, February 7, 2008

Loading cotrol in another control

System.Web.UI.Control ctrl;

        System.Web.UI.Control childctrl;

 

ctrl = (ContentPlaceHolder)this.Master.FindControl( control im which we have to load the user control );

  ctrl.Controls.Clear();

childctrl = LoadControl( user cotrol address  );

 

ctrl.Controls.Add(childctrl);

No comments:

Post a Comment

Post your comments here:

Dotnet-Interviews