Creating new dataview

  • Thread starter Thread starter Dvae c
  • Start date Start date
D

Dvae c

Does all dataview's in .net compact framework have to be created via
code or is there a way in Visual Studio IDE to create them and just
reference then in VB code?
 
Only in code. Anyone know of a lightweight grid besides
Datagrid for displaying tabular data?
 
An alternative is to use a ListView in Details view for a fairly simple
control. However it doesn't bind to a Dataview - you will need to write code
to populate the control yourself e.g. using a DataReader.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 

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