BlakeMcKenna
Active member
- Joined
- Oct 27, 2008
- Messages
- 38
- Programming Experience
- 10+
I have a VS 2003 Web app that I'm creating. I'm using a Panel control and I'm trying to apply a CSS class to this panel. However, when I try code the following statement
<aspanel class="pnl2" runat="server">
it doesn't like the "class" attribute saying "could not find any attribute 'class' of element panel"?
I'm used to using VS 2005 and higher and haven't seen this before. What am I doing wrong?
Thanks,
Blake
<aspanel class="pnl2" runat="server">
it doesn't like the "class" attribute saying "could not find any attribute 'class' of element panel"?
I'm used to using VS 2005 and higher and haven't seen this before. What am I doing wrong?
Thanks,
Blake