Hi
I have below code & id record is want i want to highlight Book column of that row in a table
View_SessionDeliveryParticipant_Detailed Result = bALSessionDeliveryParticipant.GetSessionDeliveryParticipantBookHistory(Convert.ToInt32(ddlBook.SelectedItem.Value), StudentCollection);
if (Result != null)
{
//Highlight column student of that row in a table
}
Book
Session
Segment
Session Date
Session Start Time
Session End Time
Mentor
Student
Session Status
Action
<%--Zero Attendance --%>
Thanks
Ramco RamcoPosted Jun 6, 2023, 9:58 AM
Hi Mohammed
Table has already been displayed. Now user inputs some value then i have to find that id in a row & highlight the table
Thanls
Mohamed Azarudeen ZPosted Jun 6, 2023, 9:53 AM
Hi ramco here is the modified code