Hi
I am working with a bindingsource, but I need its items to be in a random order. Anyone know how to change the order of the items in a bindingsource?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Fredrik RoaldsetPosted Feb 14, 2010, 2:04 PM
I have now found a solution to my problem. Thank you for your time anyway.
Sam HobbsPosted Feb 13, 2010, 11:53 PM
What is the bindingsource? Is it a SQL Server table? Did you use the Data Sources window to create a data source and did you then drag the data source to the form or if not then how did you create the bindingsource?
If the data source is a table, then do you need to store the order in the table or do you need to show the items in random order each time without storing the order in the database?
What is the bindingsource for? Is it for a form? If so then what controls are using the bindingsource? Is the bindingsource used for a DataGridView or some other control such as that?
Fredrik RoaldsetPosted Feb 13, 2010, 8:48 PM
I am fairly new at this, so I'm sorry if I am a bit unclear.
Sam HobbsPosted Feb 13, 2010, 7:18 PM