开发者

can we apply .skin file themes to client controls(Html)

开发者 https://www.devze.com 2023-01-22 15:24 出处:网络
We can apply styles through .css by giving property class name: Ex: <input type=\"text\" class=\"StyleSheet\" id=\"txtName\" />

We can apply styles through .css by giving property class name:

Ex: <input type="text" class="StyleSheet" id="txtName" />

But in server control(asp) there is a property called SkinId, by this way we can access.

Ex: <asp:TextBox SkinID="DataListColor" ID="TextBox1" runat="server"></asp:TextBox>

So, can we apply styles to 开发者_高级运维html controls through .skin files


No, skins can only be applied to server controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号