Tagged Questions
0
votes
1answer
87 views
GridView DataItem not persisting between mode changes
im having some wierd issue with my GridView. Basically, im trying to run a delete command on a table. The gridview has 3 fields bound to it, ItemId, ItemSummary, and ItemDate.
Now as i recall, during ...
0
votes
1answer
109 views
Accessing the data or dataItem used to bind a gridview
I have a gridview for which I programmatically set the datasource and databind it to a collection of objects. For each row that is created I then use different methods in the fields to extract the ...
0
votes
2answers
2k views
Get DataItem when updating GridView
How can I get the underlying DataItem from a GridView row that is in edit mode and the user clicks on "Update"?
I have an editable GridView. I've added a CustomValidator to the Edit view of one of ...