B
bigbrorpi
I'm having a problem with a Gridview bound to an objectdatasource. I've
created a handler for onRowCreated with something as simple as:
msgbox(e.row.cells(1).text)
When the page loads, I see all of the data rows from my datasource, but
the e.row.cells(1).text comes up blank for every row except the header
and footer.
Does anybody see what I might be missing here?
Thanks
created a handler for onRowCreated with something as simple as:
msgbox(e.row.cells(1).text)
When the page loads, I see all of the data rows from my datasource, but
the e.row.cells(1).text comes up blank for every row except the header
and footer.
Does anybody see what I might be missing here?
Thanks