Displaying output

  • Thread starter Thread starter bijoy
  • Start date Start date
B

bijoy

The solution is probably pretty straight forward, but I am struggling
with it.. must be the cold I am suffering from :)

I issue a large query which results in something like this (listing
field names here)

id,user1,user2,.....,user100 (in a dataset)

I need the output to be of the form:

user1,user2,user3,...user100 - as opposed to in a table format..

how do i go about this?
 
Is it possible to pass Container.DataItem as a parameter to a
function.. and then have the function loop though the items and create
a string of values?
 

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