1
Answer

Validate the Grade in asp.net using C#

narasiman rao

narasiman rao

10y
694
1
 
Gridview as follows
Student name Grade
select Raj       Pass
select Ram     Pass
select Suresh   Fail
select Sam      Pass
in the above gridview i want the gridview in sequence.
if the pass grade is there in gridview in betwee fail grade is there in gridview i want to show the message Fail grade not to be selected
 
Answers (1)