updating master page from content page.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

i have one master page having one lable control.

I want to update content of that lable through content page. I tried
to find it using Master properly
but of no luck.

can anyone tell me how to do this.

thanks in advance.
 
i have one master page having one lable control.

I want to update content of that lable through content page. I tried
to find it using Master properly
but of no luck.

can anyone tell me how to do this.

((Label)this.Master.FindControl(.....)).Text = ".....";
 
Back
Top