我将把我的皮肤应用到一个网页上,我在皮肤文件中写道:
<input class="th1">样式表文件如下:
.th1{
border:dashed #00ff21 1px;
}我在运行时得到了这个错误:
Literal content "<input class='th1'>" is not allowed within a 'skin file'.这有什么错呢?
发布于 2013-06-06 13:45:23
您不能为HTML控件设置皮肤。请改用ASP.NET控件。
https://stackoverflow.com/questions/16954232
复制相似问题