A Stupid Question i know

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey Group,

Probably a Stupid question i know but, what is the difference between a
datagrid and Dataview?

Ta
MCN
 
Gidday

A datagrid displays data on a form or web page... similar to excel.... a
dataview is a subset or snapshot of data (can be either depending on how you
use it)... it has no user interface and is similar to a view in SQL
Server... that is my understanding anyway....

Cheers
 
I should also point out that a dataview can be used to supply data to be
displayed in a datagrid...
 
Hi MCN,

A datagrid is a grid control for displaying data.
A dataview is a view of the data as a dataset, that is, it is the results of a
query on the existing dataset. Think of a dataview as a dataset.

Bill
 

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

Similar Threads

Combo Box 3
Datagrid Map Problem 4
Sorting a Dataset 1
Databinding in Datagrid?? 1
Validating input on a screen? 1
Dos Command in VB 3
MessageBox Question 7
Another Datagrid thing 1

Back
Top