I have a data access layer component that returns typed dataset. It seems that simply setting the datasource property of the GridView doesn't work.
How do i bind a GridView to the returned dataset? do i have to define the grid's columns in advance and perform the binding?
by the way, I'm using the latest version evaluation copy.
Thanks in advance,
Sharon.
How do i bind a GridView to the returned dataset? do i have to define the grid's columns in advance and perform the binding?
by the way, I'm using the latest version evaluation copy.
Thanks in advance,
Sharon.