Hi everyone,
I really need to figure out how to manipulate the Multiview control with a dropdown list control.
Also, what is the C# equivalent to this VB Code
MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue
The following does not work...
MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue;
Anyone please help, i'm coding with C# and using Visual Web developer 2005.