hi,
iam doing one asp.net application
in gridview i have 3 columns.
the first two column values are coming from database.
the third column is template field.here i have one radiobuttonlist control.i have two
options in radiobuttonlist .
for example
Employee dept attandance
bharathi finance a p (here iam selecting p)
vijaya ,, a p (p)
silpa ,, a p (p)
sandhya ,, a p (a)
here i want to put each employee attendance status is in session variable and pass it
to another page.from next page to pass it to crystal report.
so any one tell me how to find the each cell value of a particular column and store it into a session variable
iam doing one asp.net application
in gridview i have 3 columns.
the first two column values are coming from database.
the third column is template field.here i have one radiobuttonlist control.i have two
options in radiobuttonlist .
for example
Employee dept attandance
bharathi finance a p (here iam selecting p)
vijaya ,, a p (p)
silpa ,, a p (p)
sandhya ,, a p (a)
here i want to put each employee attendance status is in session variable and pass it
to another page.from next page to pass it to crystal report.
so any one tell me how to find the each cell value of a particular column and store it into a session variable
Comment