C
chanko
Weird behavior on my end when working with GridView
I have a GridView, populated by a list of a custom object
List<Category>
I have no problem displaying data
It is when I try to edit within the Grid that I'm having some strange
behavior
I had gotten the edit feature to work properly a couple of days ago;
even on another page with a different custom object
But since yesterday, the edit on both grids stopped working. It seems
that the DataKeys collection is now returning empty, and also, I can't
access the controls within EditItemTemplate
2 totally differenet pages, populated by different lists of custom
objects, and both stopped working
If somebody has ever had some sort of behavior similar to this, or
anyone that can help I would greatly appreciate it!!!
Thanks!
I have a GridView, populated by a list of a custom object
List<Category>
I have no problem displaying data
It is when I try to edit within the Grid that I'm having some strange
behavior
I had gotten the edit feature to work properly a couple of days ago;
even on another page with a different custom object
But since yesterday, the edit on both grids stopped working. It seems
that the DataKeys collection is now returning empty, and also, I can't
access the controls within EditItemTemplate
2 totally differenet pages, populated by different lists of custom
objects, and both stopped working
If somebody has ever had some sort of behavior similar to this, or
anyone that can help I would greatly appreciate it!!!
Thanks!