Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
gridview
ranjan sahoo
11y
699
1
Reply
how to put gridview selected row color conditionwise?
like
string x = e.Row.Cells[8].Text.ToString();
string y = e.Row.Cells[7].Text.Trim();
if (x> y)
{
//those row color are red;
}
else
{
//those row color are blue;
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
gridview
remote procedural call unavailable