Sorting a string... -
I'm getting a string back from the database with pipe delimited values, and I'd like to sort it prior to loading the treeview.
Is it easier to sort the string and then load the treeview, or just load the treeview and then sort that instead?
I'm unsure how to do either. Could anyone help?
Thanks in advance,
- Cam
Once again, sorting pb -
Hi all.
I've searched the past threads about sorting and even though there are many existing resolved threads, none address my problem. So let me explain:
Hi need to sort strings in an array. Nothing to fancy yet. But my problem is that some of the values I need to sort are ac
No one can help in sorting data in MS Flex Grid -
I want to do sorting on single coulumn data in MsFlexgrid.
I don't bother whether it is numeric,character or string .
But by using sort property of MSFlex grid control all other columns having data got unordered means , my selected column
is sorted but other coulumns get unordere
Want to do sort in MS Flex Grid -
I want to do sorting on single coulumn data in MsFlexgrid.
I don't bother whether it is numeric,character or string .
But by using sort property of MSFlex grid control all other columns having data got unordered means , my selected column
is sorted but other coulumns get unordered.I
Sorting RTB 2nd array -
Sorting RTB, I have two columns of numbers. I am focusing on the 2nd column to be sorted
but must be written as the bottom windows shows, in this particular sorted order.
Alignment of the digits is not important to me, that I can solve it later, sorting is.
From the list of “
recursive sorting -
I need help with some ideas about recursion please. I have been asked to create a football league program. someone said that because of the leagues, team positions, goal differences, scores etc they said that repeated sorting would be needed, like recursion.
It is fairly easy to han
[2005] Sorting ListView Items -
Morning All,
How do i go about sorting the String Items alphabetically in my ListBox? Is this even possible?
Any help will be great?
Thanks
GridView Sorting -
Will the built in sorting for a GirdView work if the DataSource is a DataTable. And if so, how do I set it up? Or will I have to handle the sorting event myself and add my own code to sort the datatable?
Sorting numbers -
I'm wandering if someone can give me the pseaudo code for sorting a range of numbers.Easiest sorting method if possible.
Natural Sorting in VB6 -
Is there a way to provide Natural Sort to a VB6 app instead of Asciibetical sorting?
IE sorting 11 after 8 instead of before in an AlphaNumeric field?
[2005] DataGridView Column sorting -
I have a datagridview in which the header columns are not sorting when clicked on. I thought this control does this by default. Am I wrong? If so, what property needs to be set in order to allow for Column Sorting?
Thanks,
Column sorting in ListView -
ello.
i'm using a ListView control and i've pretty much got it sussed apart from the sorting bit. i've got the sorting working no problem, but in a lot of programs the sort buttons (columnHeaders) have these little embedded arrows on them indicating which way the column is sorted i
Best way to do ListView sorting -
I've been trying to figure out the Sorting for on the fly sorting by column. In a lot of programs you can just click the top of the list and boom it sorts first ascending, then descending if you click it again.
My boss cannot live without this feature as she's been so used to Outlo
DataGridView Date Sort Problem -
Hi guys.
Creating an application for system schedules.
Problem is when it comes to sorting.
When I FormatDateTime to DateFormat.ShortDate, the sorting is not correct.
If the values are converted to CDate, the sorting works, but I have the trailing time after it.
Anyway t
Sorting MsFlexGrid -
Hi!
When using MsFlexGrid.Sort = 1
Only current column is re-arranged based on sorting conditions.
I want to hold the rows together so that all cells in a row follows the sorted column.
Just like when sorting a bunch o cells in Excel.
Any tips are welcome!
GridView Problem -
Hi All,
I am working on GridView.
I used sorting on two columns ASC/DESC alternatively, as usually it is done.
Everything works fine but After changing the Sorting order GridView Displays the desired order but on GVMaterialMaster_SelectedIndexChanging Event,
Code:
protected
Sorting a MSFlexGrid -
I remember sorting a MSFlexgrid by this code...
MSFlexGrid1.Sort = flexSortGenericAscending
however this only make column 1 as the base for sorting...
how can i make it sort using the other columns...thanks...
Sorting a MSFlexGrid -
I want to sort a MSFlexGrid by clicking on the the first (fixed) row. It works except when I click on the top row for the leftmost (fixed) column. In that case, the sorting is done according to the contents of the next (non-fixed) column to the right.
In other words, the sorting shoul
sorting with listview control -
how can I sort a list using the second or third item in the listview
for example
number value
--------- -------
I want to use value for sorting but I didn't find how could i do that.
In visual basic we can choose a key for sorting. does C# includes a key like visual basic.
FileListBox - sorting -
Is it possible to stop a File List Box sorting its files alphabetically?
Thanks in advance, Bob.
Sorting Recordsets -
Can anyone tell me the best way to sort a record collection ?
I retrieve 16,000+ records and could do with sorting them to make things a bit quicker, but don't know the best way to do this.
Listbox sorting -
Is there anyway to sort the listbox using a different sorting that it's default? Like instead of sorting A, B, C and so on, can I alter it to sort for example A, C, B...?
Data Table Sorting Order -
The sorting order when you do:
dt.select("",<sort>)
is not in accordance to ascii sequence. Is there a way to make soring to be n an ASCII sequence. The problem with this sort is that it puts special characers first, making it difficult to use string comparison
listview control sorting in details -
how can I sort a list using the second or third item in the listview (detailed)
for example
number value
--------- -------
I want to use "value" for sorting but I didn't find how could i do that.
In visual basic we can choose a key for sorting. does C# or vb.net in
Flex grid Sorting -
Does some one know the code to give the functinality of sorting So. lets says user click on the cloumn header and thats sorts it in accending order. Any idead???
Sorting a FlexGrid -
Hello All,
I have a small problem with an MSFlexGrid when it comes to ascending/descending sorting on one column. Each column has a Label that, when clicked will do the sorting - this works just fine. My problem lies with click/selecting a row to get further information on that pa
[2005] DataGridView - Problem with Sorting Column -
Hi all,
I have a problem with sorting a column of a DataGridView. When the column header is clicked the first time, sorting runs fine. When its clicked the second time, then DataGridView1.CurrentRow.Index has a value of Nothing, what causes an error. What´s wrong? Does anybody have
VB6 - Sorting arrays (or another way to sort) -
I have an array that populates a listbox and the listbox does the sorting. The data is in this form:
1041425, 06/14/2005
1051234, 06/15/2005
etc...
the listbox is sorting by the first set of numbers. I have now been told they want to sort it first by the number then again by th
Sorting File Size in ListView -
Hi,
I've got a ListView that shows the path of files, file name, size & date.
I want to be able to sort the listview by size, but when doing so it doesn't return the results I'd expect. The reason for this is beacuse the field in the ListView is a string.
The Size is sho
search the part of records -
Hi everyone
I want to search records as i enter customer name in textbox. it is working ok.
when i try to fetch part of records it is giving error
i want like if type "j" then all records are displayed in starting with "j" then later characters whatever
Sorting in MSHFlexGrid -
I'm using a Collection object where I store the data. I need to do extensive sorting. For that I'm populating MSFlexGrid with it.
Now, I need to sort a number of Columns - some ascending, desc etc there are numerical sorting too.
Please let me know how do we do this in MSFlexGrid.
T
Search and sort records problem -
I have 2 forms in one asp page. One form is sorting and another one is searching. When the page is loaded, all records from database are display in list order by OrderID. I want is when I enter search items, the new query string will return all records based on search item. After that,
Reading/Sorting delimiter-separated values -
Two questions:
Can a spreadsheet be created using VB that reads using delimiter-separated values (read-only)?
Is there an easy way to sort arrays of data in a text file?
My problem is that I have a massive amount of information in a text file. I do not have Excel installed a
Disallow sorting of DataGridView -
Hi All,
How to disallow sorting of whole datagridview. I know that I can do it by making sortorder false for each row in datagridview but my problem is that I am generating columns from dataset & no of columns are varies according to data. I have done unsorting to fixed column
Datagrid sorting & paging -
Very simple, but I'm just starting with ASP.NET 2.0 ...
I have a datagrid that I populate with all the users :
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
grdUsers.DataSource = MyGetAllUsers() 'this function returns
Quick and effecient sorting algorithm -
Ok, an one dimension array of integers. What's a good algorithm for sorting from highest to lowest?
Sorting controls -
Is there a simple way of sorting out command buttons for example in order from top to bottom of the screen, in order of their index number or even caption.
If so how?
Sorting Columns in Listview -
Hi,
I would like to add the functionality of sorting by cliking on the Headings in my ListView. Is this possible?
Does the control take care of this for you? Do you have to code it? How?
Good sorting in JavaScript -
Does anyone know of a free JavaScript implementation of a fast sorting algorithm? MergeSort, Quicksort, any of those.
sorting listview.. keeping Total on top... -
i've tried various listview sorting classes for VB.net and all them seem to work but I have one problem..
my item(0) is always total, and I always want that in the first position in the listview (top). however, when I sort by various columns, it gets tossed all over the place.
i
sorting sql -
can anyone tell me how i do sorting by accessding
Set rsdmc2 = dbname.OpenRecordset("SELECT * FROM pages where Document_ID order by DESC", dbOpenDynaset)