dataview question

  • Thread starter Thread starter Phil Townsend
  • Start date Start date
P

Phil Townsend

I have a dataview that is generated from a dataset which gets its data
from an xml file. I would like to use the dataview to include only
certain columns in the result set. The xml file contains 7 seven columns
and I need my dataview to contain only five of them. Is the dataview the
right control to do this? Thanks...
 
No, the dataview only restricts on columns. Depending on what you want to
do, you can just hide those columns - or remove them from the datatable.
 

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