本文介绍了内部数据列表中是否可能使用Ajax评级控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
<style type="text/css">
.ratingEmpty
{
background-image: url(ratingStarEmpty.gif);
width:18px;
height:18px;
}
.ratingFilled
{
background-image: url(ratingStarFilled.gif);
width:18px;
height:18px;
}
.ratingSaved
{
background-image:url(ratingStarSaved.gif);
width:18px;
height:18px;
}
</style>
<body><cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</cc1:ToolkitScriptManager>
<cc1:Rating ID="Rating1" runat="server" AutoPostBack="true" StarCssClass="ratingEmpty" WaitingStarCssClass="ratingSaved" EmptyStarCssClass="ratingEmpty" FilledStarCssClass="ratingFilled" >
</cc1:Rating></body>
上面的代码正确与否
在我的设计屏幕上不显示图像帮助plz
this above code correct or not
in my design screen not display image help plz
推荐答案
这篇关于内部数据列表中是否可能使用Ajax评级控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!