Dataviews

  • Thread starter Thread starter mfleet1973
  • Start date Start date
M

mfleet1973

Hello.

Is it possible to have more than one field in the sort of a dataview?
For example, DataView1.Sort = "Field1, Field2".

Thanks a lot!
 
Is it possible to have more than one field in the sort of a dataview?
For example, DataView1.Sort = "Field1, Field2".

Yes, from the .NET help files:

myDataView.Sort = "State, ZipCode DESC"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top