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 Web Controls
Sorting DataView problem
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="Julia, post: 4304715"] Hi I have a control including a DataGrid. The DataGrid is bound to a DataView. The first column of the DataGrid contains numbers from 1, 2, 3, 4, ... I want to show them in order so I edit the sort property of the DataView like this: dvDocumentKind.Sort = "DocumentInfo_No"; When i run the page the order in the DataGrid is shown like this: 1, 10, 11, 2, 3, 4, 5, 6, 7, 8, ,9, 12, 13, .... 19, 20, 21, 22 etc. Why is 10 and 11 shown after 1? Thanks Julia [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
Sorting DataView problem
Top