Hi All,
Can anyone please help...i want to load a usercontrol with paramters into a contentplaceholder on my master page...how will i be able to do this...any help is much appretiated.
Wicus:Hi All, Can anyone please help...i want to load a usercontrol with paramters into a contentplaceholder on my master page...how will i be able to do this...any help is much appretiated.
The content place holder is the place on your master page where you want children pages to be generated. So if you want to put a user control into the content place holder, you create a Web Content Form, select your masterpage and then put your user control on your form. If you want the user control to be on every page, then you should put it on your master page.