Tagged Questions
0
votes
1answer
302 views
Best way to initialize an Contextual Tab?
I've a custom contextual ribbon tab element and I'm initializing it throw the following code on a webcontrol hosted on the masterpage:
protected override void OnPreRender(EventArgs e)
{
...