Maybe a stupid question but I'm not able to find how I can add the style property of a custom control directly on the precompiling syntax.
I would like to obtain something like VS does with his standard control:
<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 600px; POSITION: absolute; TOP: 160px" runat="server"></asp:TextBox>
I'm not able to obtain that style property automatically. It's possible? Stevie B. Gibson
I would like to obtain something like VS does with his standard control:
<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 600px; POSITION: absolute; TOP: 160px" runat="server"></asp:TextBox>
I'm not able to obtain that style property automatically. It's possible? Stevie B. Gibson