Web User Controls
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello there, I've been searching around the web for a particular issue but i can't fing the exact answer i'm looking for. I want to achieve this kind of style for my controls http://xs538.xs.to/xs538/09153/sc2a813.jpg[^] If it was a desctop application i would make a base usercontrol, define all the common properties and rendering and then inherit the base control for each of the needed controls. HOWEVER this trick doesnt word for web? When i define a base UserControl and i add some controls to it, save it , build it and then try to inherit from it, the result control does not HAVE any of the parent's defined controls. Markup cannot be inherited ? What is the most correct way to achieve this kind of control style ?