Hi,
Please anyone help me on this scenario.
I have a Telerik Tab and I am using the RadMultiPage to create the dynamic user controls inside the Tab.
Apart from that I have a seperate TextBox out of the Tab.
I have to pass this TextBox value to all the UserControls which is inside the UserControl on TabClick Event.
When I Clicks the Next Tab Strip Its initially triggers the
On debug mode I found that, The Value of the TextBox is empty on OnPageViewCreated , When Its coming to the TabClick Event It has the proper value.
I am not sure why the TextBox value is empty when come into OnPageViewCreated. Could anyone please help me on this ?
Please anyone help me on this scenario.
I have a Telerik Tab and I am using the RadMultiPage to create the dynamic user controls inside the Tab.
Apart from that I have a seperate TextBox out of the Tab.
I have to pass this TextBox value to all the UserControls which is inside the UserControl on TabClick Event.
When I Clicks the Next Tab Strip Its initially triggers the
OnPageViewCreated (The LoadControl actually happens here with the parameter of TextBox value)
and then Its triggers the TabClick Event.On debug mode I found that, The Value of the TextBox is empty on OnPageViewCreated , When Its coming to the TabClick Event It has the proper value.
I am not sure why the TextBox value is empty when come into OnPageViewCreated. Could anyone please help me on this ?