How to maintain status of gridview checkbox
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-06-07T08:43:36Z
Indexed on
2010/06/07
8:52 UTC
Read the original article
Hit count: 222
Hi,
On my form on left side i have tree-view with check-boxes
and on right side grid-view with check-box column
.
Treeview shows all folders. if user clicked on treenode their files all displayed in gridview.
If user checked some files and selects another node and return back it should display checked files as it is.
How do i maintain grid-view checked-box column status..?
One more query If i checked specific node it should checked all rows of a gridview.
Thanks.
I am using VS-2008 2.0
© Stack Overflow or respective owner