|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
difference defaultdataview and a normal dataview?Danny M wrote:
> What is the difference? It's the part of the subtraction equation that comes after the equalitysign. B. Brian Tkatch schreef:
> Danny M wrote: Sorry english isnt mine first language. > > What is the difference? > > It's the part of the subtraction equation that comes after the equality > sign. > > B. Can you give an example? Danny M wrote:
> Brian Tkatch schreef: I was being sarcastic. You need to ask a question.> > > Danny M wrote: > > > What is the difference? > > > > It's the part of the subtraction equation that comes after the equality > > sign. > > > > B. > > Sorry english isnt mine first language. > Can you give an example? "What is the difference?" doesn't mean very much. B. Brian Tkatch schreef:
Show quoteHide quote > Danny M wrote: When do you use the defaultdataview(or for what) and when you use a> > Brian Tkatch schreef: > > > > > Danny M wrote: > > > > What is the difference? > > > > > > It's the part of the subtraction equation that comes after the equality > > > sign. > > > > > > B. > > > > Sorry english isnt mine first language. > > Can you give an example? > > I was being sarcastic. You need to ask a question. > > "What is the difference?" doesn't mean very much. > > B. normal dataview? Danny M wrote:
Show quoteHide quote > Brian Tkatch schreef: The default DataView is used by default. For example:> > > Danny M wrote: > > > Brian Tkatch schreef: > > > > > > > Danny M wrote: > > > > > What is the difference? > > > > > > > > It's the part of the subtraction equation that comes after the equality > > > > sign. > > > > > > > > B. > > > > > > Sorry english isnt mine first language. > > > Can you give an example? > > > > I was being sarcastic. You need to ask a question. > > > > "What is the difference?" doesn't mean very much. > > > > B. > > When do you use the defaultdataview(or for what) and when you use a > normal dataview? DataGridView.DataSource = DataTable Is the same thing as: DataGridView.DataSource = DataTable.DefaultView If the data needs to be modified, or filtered before it is shown. another DataView can be created, and the DataSource can be set to that instead. As a rule, i would think that unless you know otherwise, just use the DefaultDataView. B.
How to change printer's physical print margins thru VB coding?
2 pieces of the same code doing different things Custom Attributes, Shared methods, Derived classes and reflection Placing a .lnk file on the desktop Threads Font with Bold and italic Sending chr(255) to serial port Going from A to Z How to save iamge in database? Positioning Other Applicaitons |
|||||||||||||||||||||||