This might a real newbee question, but now i'm stuck.
I have a page with a multiview control on, inside this have i 2 view controlls.
how do I change between these two without using a button ?
What i have descovered is that when clicking a button so does a Postback event rise and the page is refreshed, but with my code does the postback not occure.
I have tried both the MultiView.SetActiveView and MultiView.ActiveViewIndex methods but without luck.
How can i either raise a postback event, or refresh the page so the change is visible ?
I have a page with a multiview control on, inside this have i 2 view controlls.
how do I change between these two without using a button ?
What i have descovered is that when clicking a button so does a Postback event rise and the page is refreshed, but with my code does the postback not occure.
I have tried both the MultiView.SetActiveView and MultiView.ActiveViewIndex methods but without luck.
How can i either raise a postback event, or refresh the page so the change is visible ?