Miha
Fri Aug 03 07:46:18 CDT 2007
What kind of data do you bind against? IOW, what is the result of call by
ObjectDataSource?
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
"Bill Gower" <billgower@charter.net> wrote in message
news:OiJjtUX1HHA.4672@TK2MSFTNGP05.phx.gbl...
>I am using an ObjectDataSource to populate a GridView. The
>ObjectDataSource accesses the data in the table by means of a Stored
>Procedure using a SQLCommand.ExecuteReader. Does this mean that I can't
>easily do sorting, filtering and paging in my GridView
>
> Bill
>
>