Tuesday 2 February 2010

Retrieve information from content page to master page

To retrieve information from content page

//cph = this.FindControl("ContentPlaceHolder1") as ContentPlaceHolder;
//Panel ctrlInput = (Panel)cph.FindControl("GetTextDescription");
//ctrlInput.Controls.Clear();

No comments:

Post a Comment