Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 25, 2012 08:49 AM by karthicks
Member
64 Points
230 Posts
Apr 25, 2012 06:35 AM|LINK
Hi,
I have a query.
Iam using two grids side by side and i have two columns , a check box column and features column.
My problem is i need to display the selected checkbox value of first grid in second grid as soon as user selects it.
how can i do it?
can any1 help on this?
312 Points
83 Posts
Apr 25, 2012 08:46 AM|LINK
hi,
implement "OnCheckedChanged " event of checkbox on selection get selected checkbox value and assign to the other according to you requirement.
All-Star
31382 Points
5424 Posts
Apr 25, 2012 08:49 AM|LINK
hi, Refer below links
http://www.aspsnippets.com/Articles/Transfer-Selected-Rows-from-one-GridView-to-Another-in-Asp.net.aspx
http://geekswithblogs.net/dotNETvinz/archive/2009/10/08/move-multiple-rows-between-gridviews.aspx
http://shawpnendu.blogspot.com/2009/03/transfer-records-from-one-gridview-to.html
Pravind
Member
64 Points
230 Posts
check box values from 1 grid to other grid
Apr 25, 2012 06:35 AM|LINK
Hi,
I have a query.
Iam using two grids side by side and i have two columns , a check box column and features column.
My problem is i need to display the selected checkbox value of first grid in second grid as soon as user selects it.
how can i do it?
can any1 help on this?
kashif786
Member
312 Points
83 Posts
Re: check box values from 1 grid to other grid
Apr 25, 2012 08:46 AM|LINK
hi,
implement "OnCheckedChanged " event of checkbox on selection get selected checkbox value and assign to the other according to you requirement.
karthicks
All-Star
31382 Points
5424 Posts
Re: check box values from 1 grid to other grid
Apr 25, 2012 08:49 AM|LINK
hi, Refer below links
http://www.aspsnippets.com/Articles/Transfer-Selected-Rows-from-one-GridView-to-Another-in-Asp.net.aspx
http://geekswithblogs.net/dotNETvinz/archive/2009/10/08/move-multiple-rows-between-gridviews.aspx
http://shawpnendu.blogspot.com/2009/03/transfer-records-from-one-gridview-to.html
Karthick S