Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact
A1VBCode Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      

Home » .NET Programming (VB 2010 or earlier) » ASP.NET » Manipulate XML from a third party connector


Manipulate XML from a third party connectorExpand / Collapse
Author
Message
Posted 12/22/2009 10:54:45 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 12/23/2009 10:07:26 AM
Posts: 1, Visits: 4
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
Post #28571
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Admin, Mod, Mark, Keithuk

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 2:56pm