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
Sonali Avhad
NA
234
42.3k
give backcolor to some row of gridview according to db
Nov 19 2020 8:01 AM
Theare 2 tables in datatbase of same column name.There are 10 records in first table and same 8 records in second table.
I display 10 records in gridview now i want to give backcolor to those two recods which are not in second table.
How can i use sql query and give backcolor to those 2 records.
for all records i use following query-
"select id,amount,DATE from OT
union
select id,amount,DATE from CH"
for backcolor purpose i have following query-
"select id,amount,DATE from OT where id not in (select id from CH )"
Please help me.
Reply
Answers (
2
)
Regular expression for mobile number and strong password.
Bootstrap Tabs in MVC with kendo Grid example