G
Guest
Hi,
I have a problem with the MultiView control. Hopefully you can help me.
I made a asp page with a MultiView on it. The MultiView has three views
(with some controls).
I made a method that programmatically removes one of the views:
MultiView1.Views.Remove(View2);
But when the page Postbacks, all three views are back. So is this a bug or
is it intended to reappear every time the page loads? In latter case, on
every postback the view then has to be removed again and I don't think that's
the idea behind it. So, any ideas?
Thanks.
I have a problem with the MultiView control. Hopefully you can help me.
I made a asp page with a MultiView on it. The MultiView has three views
(with some controls).
I made a method that programmatically removes one of the views:
MultiView1.Views.Remove(View2);
But when the page Postbacks, all three views are back. So is this a bug or
is it intended to reappear every time the page loads? In latter case, on
every postback the view then has to be removed again and I don't think that's
the idea behind it. So, any ideas?
Thanks.