Link to home
Start Free TrialLog in
Avatar of NCSO
NCSO

asked on

query and displaying data

Hi Experts,

I have a form that calls a select query “on load”, since there will be more than one row returned from the query, what can I do to represent the data in an appealing way to the user?

Example:

       Label                    Label2                    Label3                    Label4                    Label5
1    queryresult           queryresult             queryresults            queryresults            queryresults    
2    queryresult           queryresult             queryresults            queryresults            queryresults    
3    queryresult           queryresult             queryresults            queryresults            queryresults    
4    queryresult           queryresult             queryresults            queryresults            queryresults    

In .asp it is a repeat region, how can I accomplish this with VB 2006?

Your assistance is greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of PhilAI
PhilAI
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NCSO
NCSO

ASKER

PhilAI,

How do I set the value of each listview.item with the a TableAdapter.fill?  I hope that made sense!  I have a tblIncidentsTableAdapter.fill that returns (4) columns of data (Agency Report Number, Username, Officer, Date Added) respectfully.  I need for every row of each column to be shown.

Would I use:  listview1.Items.Add("TableAdapter.fill information here") or ????


Thanks
Sorry, I don't recognise the TableAdapter.fill object and method you describe.

Is this VB.NET?