A1VBCode Forums

Manipulate XML from a third party connector


http://a1vbcode.com/vbforums/Topic28571.aspx

By Axiom70m - 12/22/2009

Hello,



I hope this is the right place for this question that is bordering me for quite some time now.



I'm building an extranet which connects to a connector like this:



strOutput = myConnector.GetData("COMP", "Username", "Password", "", "Recordset", Filter)

Dim objDataSet As DataSet = GetDataSetObject(strOutput)



this set returns a lot of data with no sorting or limiting possibilities. It's very simple to load this in a gridview or dataview. That's not what i need. I need to sort the data and i.e. display the one on top or the top 10.

I want to display the results in labels or textboxes.



Can anyone explain or give me an example how to get there?



Thanks in advance.

Bram