TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Muhammad imran
NA
16
6.6k
rating star images are not being displayed properly
Jun 5 2013 11:26 AM
----------start of style---------------
.ratingStar
{
font-size: 0pt;
width: 40px;
height: 40px;
cursor: pointer;
background-repeat: no-repeat;
display: block;
}
.filledRatingStar
{
background-image: url(style/img/5star.png);
}
.emptyRatingStar
{
background-image: url(style/img/empty-stars.png);
}
.savedRatingStar
{
/*change this to your image name*/
background-image: url(style/img/5star.png);
}
------------------------------end of style---------------------------
-----------------start of aspx page-------------
<asp:Rating ID="Rating1" runat="server" CurrentRating="0" MaxRating="5" StarCssClass="ratingStar"
WaitingStarCssClass="savedRatingStar" FilledStarCssClass="filledRatingStar" EmptyStarCssClass="emptyRatingStar"
RatingAlign="Horizontal" />
<br />
<asp:Button ID="btnSubmit" Text="Submit Rating" runat="server"
onclick="btnSubmit_Click" />
<br /><br />
Current Rating:
<asp:Label ID="lblCurrentRating" runat="server" />
Reply
Answers (
0
)
what we can do with ISet
?
What is the difference between BitArray and BitVector32 ?