Hi!
I have a ASP.NET Web forms page and I've started tu use the Syncfusion ProgressBar control.
How can I reach the MasterPage ProgressBar control from Content Page?
In the MasterPage:
ContentPage .cs file:
I reach the MasterPage controls this way:
Label example_label= (Label)Master.FindControl("Example_Show_Label");
example_label.Visible=true;
But for the Syncfusion element it's not working.
Thanks,
Imre