How do you define the data for the gridview? Is it in a dataset / datatable, or is it in an object?
If datatable you could spin off a dataview and filter off of that. <the gridview does that automatic for you btw> ......................... Stephen Russell - Senior Visual Studio Developer, DBA Memphis, TN 901.246-0159 From: [email protected] [mailto:[email protected]] On Behalf Of vikas arora I have a gridview which has several columns like as emp_id,emp_name,emp_salary etc. and left column has checkboxes. I need to display those record only which checkboxes are selected. can anyone help me
