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
priya Avanigadda
NA
297
149.5k
Re: how to show the unread dialy report with highlihgt color
Jan 8 2015 4:32 AM
please check my file ... I'm using Jquery gridview na I'm using like
if (full.CreatedBy != '@Session["UserId"]') {
if (full.ReptMgr1 == '@Session["UserId"]') {
if (full.RptDisp1 == true) {
$('#Dly' + full.DReportId).addClass('ColorChange');
}
}
else if (full.ReptMgr2 == '@Session["UserId"]') {
if (full.RptDisp2 == true) {
$('#Dly' + full.DReportId).addClass('ColorChange');
}
}
else if (full.ReptMgr3 == '@Session["UserId"]') {
if (full.RptDisp3 == true) {
$('#Dly' + full.DReportId).addClass('ColorChange');
}
}
}
But the problem is Css are not triggering properly
$('#Dly' + full.DReportId).addClass('ColorChange'); ...this condition is not working poperly
Attachment:
this is my daily report controller.rar
Reply
Answers (
0
)
OCR in Web development in c# with source
Javascript with asp.net