i have problem regarding parameters. while i do like this
crv.SelectionFormula = "{tbale1.name} = " + textbox1.text then it works fine but i need to grab more columns based on user selection from CheckBox list.
i used this. crv.SelectionFormula = "{tbale1.name,tbale1.class,tbale1.section,tbale1.roll,tbale1.marks}
then it gives error. This field name is not known. how can i resolved this issue.