Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
my DataView won't sort
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="bill, post: 4265779"] When I set the Sort on a DataView, it is ignored, and I can't figure out why. I'm using vb.net. After I successfully populate the DataView, I set the Sort on a String column, but it doesn't happen, and consequently my datagrid which is bound to the DataView doesn't get sorted. There are no errors - I have stepped through the code, and manually set the Sort in the Command window. The order of the rows doesn't change. I look at the data in the Command window also (debug.print DataView1(1)(1)) but the order doesn't change. What might be the reason for this? Can I sort on a String column? Thanks Bill [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
my DataView won't sort
Top