Skin Question

G

Guest

I need to confirm what my errors are telling me regarding skins.

1. A skin must be a server control, can not contain nested controls of any
kind including HTML, Literal controls (same thing), or other server controls.

2. A skin can not be made using standard HTML Tags (ie. <table>)

3. The solution for using skins for composite controls is to do exactly
that, make a composite control and expose simple properties. Then register
the control in the .skin file.

Basically we want to make sure we can’t skin a “control†that is actually a
<asp:panel /> with a table inside it without making a .dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top