Is it possible to show two active indexes for a multiview at a time

asp.netmultiview

I am having a multiview with

  Activeviewindex=-1.

I will have some views assume 3. In one view i will have a grid view placed and the other 2 views contain some controls. Now initially i will load the view with grid view now if the user clicks on radio button available in the grid view i would like to show the corresponding view along with grid view. But as per my thinking we can only show one view at a time. so is there any possibility to show 2 views of multiview at a time.

Best Answer

Showing two View at a Time is not possible in MultiView instead you can use separate panels as mentioned by @mellamokb. Also have a look at this msdn link

Related Topic