Here, I'm getting required data that is to be shown in a tree format which comes from usercontrol(.ascx file). Now I need to show the data in tree format. As it is remote data I'm unable to bind it.The below(UserControl) is the control from which I'm getting data\[code\]UserControl myControl = (UserControl)Page.LoadControl("~/Views/Controls/UserControl.ascx");\[/code\]Could anyone suggest me the wayThanks in advance...