Hello All,
I thought this would be straight forward, but doesnt look like and i have been trying for a while now.
I have a usercontrol on a web page. The web page also has a Telerik RadGrid. On the usercontrol, i am submitting some information and on success, i need to access the RadGrid from the usercontrol and rebind the RadGrid.
I have been trying the following code in UserControl, but i get 'Nothing'
Parent.Page.FindControl("RadGrid_Numbers")
Can someone please help? I am not sure what i am missing here.