Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Datagrid Control (http://www.velocityreviews.com/forums/f60-asp-net-datagrid-control.html)
-   -   Accessing events in the processing of a gridview (http://www.velocityreviews.com/forums/t763142-accessing-events-in-the-processing-of-a-gridview.html)

Joel WZ 02-15-2007 05:53 PM

Accessing events in the processing of a gridview
 
I have a page, where I need a gridview that contains a column with a
checkbox. I am using an objectdatasource for the databind. I need to be
able to page through the grid, accumulating checked items, allowing for a
removal from the list on a view of a previous page, so I need to repopulate
previously checked boxes. It appears that on a grid re bind, I need to halt
the processing and collect the checked box data, and the allow the bind and
repopulate any previous checkboxes.

What my problem is, is to determine how to interject the accumulation of the
data in the flow of the gridview. I have tried the OnDataBinding event, but
this does not seem to be the right thing.

Does anyone have any idea how I could accomplish this?

Thanks,
Joel WZ




All times are GMT. The time now is 06:43 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57