Plz Help! How to maintain status of gridview checkbox
- by Royson
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.