Showing posts with label Retrieve information. Show all posts
Showing posts with label Retrieve information. Show all posts

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();