Change your Query like
For SQL           :  SELECT * FROM table WHERE emp_id=1
For MS Access : SELECT * FROM table WHERE emp_id=TRUE
 Then bind to gridview

******************
*C.Arun Kumar*
******************

On Apr 14, 9:40 am, vikas arora <[email protected]> wrote:
> hi everyone,
>
> 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
>
> Thanx
> --------------

Reply via email to