D
David Thielen
Hi;
I have a page that displays a record and uses an ObjectDataSource to select
the data to be displayed.
How can I get the data it read? I know I can call select() on the object.
But that reads it again and if another user has updated it since the first
read, then I am using data different from what my page is displaying.
So how can I get the data it read to populate the page?
I have a page that displays a record and uses an ObjectDataSource to select
the data to be displayed.
How can I get the data it read? I know I can call select() on the object.
But that reads it again and if another user has updated it since the first
read, then I am using data different from what my page is displaying.
So how can I get the data it read to populate the page?