U
Urs Eichmann
Hello,
I want to define a MasterPage which already has some asp:Textbox and other
controls defined inside a ContentPlaceHolder. The idea is that the user of
the master page just changes two or three properties of these "predefined"
controls and has everything right in place. I realize I could program an
ASCX or Webcontrol instead and let the users put that on the page
themselves. But I would prefer if it was already predefined in the master
page, because the controls would be in the right place already.
It seems like I cannot put any constrols inside a ContentPlaceHolder. What
else could I do to achieve my desired result, in a way it is as easy and
fool-proof as possible? Note that the users work with VWD 2005, so I cannot
use Enterpise Templates or such.
Thanks for any ideas,
Urs
I want to define a MasterPage which already has some asp:Textbox and other
controls defined inside a ContentPlaceHolder. The idea is that the user of
the master page just changes two or three properties of these "predefined"
controls and has everything right in place. I realize I could program an
ASCX or Webcontrol instead and let the users put that on the page
themselves. But I would prefer if it was already predefined in the master
page, because the controls would be in the right place already.
It seems like I cannot put any constrols inside a ContentPlaceHolder. What
else could I do to achieve my desired result, in a way it is as easy and
fool-proof as possible? Note that the users work with VWD 2005, so I cannot
use Enterpise Templates or such.
Thanks for any ideas,
Urs