I have a multiview and have 2 views inside it. In view1 i search by name and a gridview appears based on the search. I click on the link button inside the gridview and i activate view2 and i show the results. I have a back button in view2 and i set activeviewindex=0
referring to view1 and i dont see the gridview which i saw earlier. I am just seeing the textbox where i entered the name and button to search but not the gridview. What would be the issue. I just say multivew1.activeviewindex = 0 but no gridview.
RGRajan
Member
44 Points
44 Posts
Gridview not appearing between views in multiview
Apr 30, 2012 03:36 PM|LINK
Hi,
I have a multiview and have 2 views inside it. In view1 i search by name and a gridview appears based on the search. I click on the link button inside the gridview and i activate view2 and i show the results. I have a back button in view2 and i set activeviewindex=0 referring to view1 and i dont see the gridview which i saw earlier. I am just seeing the textbox where i entered the name and button to search but not the gridview. What would be the issue. I just say multivew1.activeviewindex = 0 but no gridview.
Thanks!