Masterpager control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kumar2ch
    New Member
    • Apr 2008
    • 2

    #1

    Masterpager control

    hi

    this is ajykumar i post the one question is masterpage contains various
    control how can access the control
  • AnuSumesh
    New Member
    • Aug 2007
    • 96

    #2
    Hi

    use following to find control. e.g to find contentplacehol der code is a s follows:
    ContentPlaceHol der cph = (ContentPlaceHo lder) Page.MasterPage .FindControl("C ontentPlaceHold er1");

    Anu

    Originally posted by kumar2ch
    hi

    this is ajykumar i post the one question is masterpage contains various
    control how can access the control

    Comment

    Working...