Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 sorting while binding gridview 2 busines colection

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-08-07 : 11:55:31
PB: sorting while binding gridview to business collection

using: asp 2.0

Hi,
I have a function that returns a business collection: orderCollection

I declare gridview in my aspx and allowsorting and in a boundfield i ad sortexpression="myProperty"

But , when my grid view rendres and I click on the column to sort it, nothing happens

Have u ebver had this problem?
Is there any thing extra that we should do to allow sorting when binding a gridview to a business collection rather than to a dataset or a dataview?

Thanks a lot for your help.
   

- Advertisement -