Using MultiView to load Controls on to page
Hi All,
Im using MultiView to load Controls on to my default page.
Each control is basically a form.
Can i at runtime load any ascx Control file into the view without
adding in at design time initially?
So bascially I have a page with multiview control with some code which loads a control into the view (control exists im my project).
Thanks
Re: Using MultiView to load Controls on to page
You can use LoadControl to load the control, and then Controls.Add() it to your ListView. Is that what you mean?