Is it possible to have multiple areas defined in a custom control in asp.net?

It really seems impossible with the approach you choose. The next markup.

It really seems impossible with the approach you choose. The next markup html1 html2 should instanciate only the last template (html2 value) if you use public ITemplate FishBiscuit property of your custom control. So, there are two approaches: to use different properties as Brian said, or use a control like MultiView for your purposes.

See, the markup you posted above could be transformed to: html html html html which is closer to the markup proposed by you.

They have to be different properties: PersistenceMode(PersistenceMode. InnerProperty), TemplateInstance(TemplateInstance. Single) public ITemplate FishBiscuit { get; set; } PersistenceMode(PersistenceMode.

InnerProperty), TemplateInstance(TemplateInstance. Single) public ITemplate FishBiscuit2 { get; set; } Each template defined above translates to a property, so it has to have a matching property name. HTH.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions