Better Way To Ask

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Alright, I'm trying to build something similar to a container control in
ASP.NET 2.0. But can't figure out out to do it.

Does that make sense? Anyone know where I could read how to do that? I've
been googling but can't find anything that would relate to building a
skinned container control.. Or maybe an easy way to do that... and still
customize content further.

But I just want to build one control.. So basically a control that contains
a place holder I can add more controls too...

TIA
 
Have you tried the Master Page feature? Or are you looking for
something a little more granular, like the PlaceHolder control?
 
Back
Top