Hi I need some help.
Basically I am using Rad Strip and multiview. What I want to do is have 4 tabs and I don't want them to be enabled. When the page loads it should load the ascx related to first tab. There is a next button in that ascx when someone click there he should go to the second tab. Tabs would remain disabled just selected though. On the second tab I have to load data from database and show that. Data is presented in Treeview. If some selects any node and click next on that ascx control he is redirected to third tab and another tree view in that ascx loads the data according to previous ID. All the ids are in session.
The problem is when i click the next button on first ascx page it passes the postback for the second ascx so it doesn't load the data. Moreover I am also using RadWindow on the second ascx to show something. That radwindow has to reload the parent page when closing so if I close it, it goes back to first tab.
I hope you understand what I am trying to achieve here.
Thanks
Atiq
Basically I am using Rad Strip and multiview. What I want to do is have 4 tabs and I don't want them to be enabled. When the page loads it should load the ascx related to first tab. There is a next button in that ascx when someone click there he should go to the second tab. Tabs would remain disabled just selected though. On the second tab I have to load data from database and show that. Data is presented in Treeview. If some selects any node and click next on that ascx control he is redirected to third tab and another tree view in that ascx loads the data according to previous ID. All the ids are in session.
The problem is when i click the next button on first ascx page it passes the postback for the second ascx so it doesn't load the data. Moreover I am also using RadWindow on the second ascx to show something. That radwindow has to reload the parent page when closing so if I close it, it goes back to first tab.
I hope you understand what I am trying to achieve here.
Thanks
Atiq