dear friends
i have one table in sql. so i want to perform a one action that if i use select * from my_tablename .so
that query should be printed in gridview . (that i knw how to do). but the problem is once the column
printed in gridview . that time automaticlly one extera column should be added in that gridview containg CHECKBOXES. and once i check that checkbox
and press a button click . that checkbox row should be added in new table.(using trigger)
plz help me
Loading
Jignesh TrivediPosted Mar 2, 2015, 2:26 AM
Hi,
to do this you dataset may contain one dummy column which is always false and used to generate check box column.
using GridView's RowCommand event you may find checkbox check event...
with in this event you may write your code...
hope this will help you.
Rahul BansalPosted Mar 2, 2015, 1:53 AM