This is a migrated thread and some comments may be shown as answers.

RADTOOLBAR in masterpage

1 Answer 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 1
Anwar asked on 16 Sep 2012, 02:25 PM
i would like to add a rad toolbar to a masterpge and inherit it

please tell me how to chieve this

regards
Anwar

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Sep 2012, 05:37 AM
Hi Anwar,

I suppose you want to get a reference to the Toolbar from content page. Here is the sample code.
C#:
protected void Page_Load(object sender, EventArgs e)
{
   RadToolBar link = (RadToolBar)Master.FindControl("RadToolBar1");
}

Thanks,
Princy.
Tags
General Discussions
Asked by
Anwar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or