aspx.cs file is:
CS file code:
My marks database structure is marks
(Standard varchar(20),Type_of_Exam varchar(20),telugu varchar(20),hindi varchar(20),eng......)
I give those subjects in dropdown
list items like telugu,hindi,english,.....
I use gridview
to show that subject marks.My Question is.
I give gridview
header name "subject"
;
How to give "eval"
function to that subject
.
That has to show telugu
marks when i am select telugu
item in dropdownlist
and show hindi
marks when i am select hindi
marks.
Thanks in Advance for spending time to read my question.
How can i dynamically bind gridview
based on the values from the drop drop down list?.