A
antonyliu2002
My web form has a MultiView which has 4 Views. 4 LinkButtons on the
web form activates each of the 4 views.
The 4 views have been hiding and showing nicely depending upon which
LinkButton is clicked.
But, when I try to get the ActiveViewIndex when the [Submit] button is
clicked, I always get 0. Or if I do
Multiview1.GetActiveView().ID;
I always get the name of the first view.
What is wrong? I googled, but haven't found anyone experiencing this
problem yet.
web form activates each of the 4 views.
The 4 views have been hiding and showing nicely depending upon which
LinkButton is clicked.
But, when I try to get the ActiveViewIndex when the [Submit] button is
clicked, I always get 0. Or if I do
Multiview1.GetActiveView().ID;
I always get the name of the first view.
What is wrong? I googled, but haven't found anyone experiencing this
problem yet.