iam doing a project in Asp.net using c#.Backend sql server 2000..my problm is
in one aspx form i hav one gridview and i filled this grid with the following details
Id , schemename , no of jobs, Indian Rs and each row hav chekboxex. at last there is one button name "continue" Now i hav another form which hav one datalistview which also contain the same field mentioned above i.e
Id , schemename , no of jobs, Indian Rs
now after selecting the checkbox and clickin the continue button. the speceified checked box details should shown in the second form's data list How?
Thanks in Advanced