473,395 Members | 1,616 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

difference defaultdataview and a normal dataview?

What is the difference?

Jul 31 '06 #1
5 1363

Danny M wrote:
What is the difference?
It's the part of the subtraction equation that comes after the equality
sign.

B.

Jul 31 '06 #2

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?

Jul 31 '06 #3

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.

Jul 31 '06 #4

Brian Tkatch schreef:
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?

Aug 1 '06 #5
Danny M wrote:
Brian Tkatch schreef:
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?
The default DataView is used by default. For example:

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.

Aug 1 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: DraguVaso | last post by:
Hi, I'm new to WebServices, and I'm doing some tests (with a small VB.NET-application) to know the performance-difference between a WebService and the 'normal'-way of getting data (just...
5
by: BBFrost | last post by:
Win2000 ..Net 1.1 SP1 c# using Visual Studio Ok, I'm currently in a "knock down - drag out" tussle with the .Net 1.1 datagrid. I've come to realize that a 'block' of rows highlighted within...
1
by: ad | last post by:
What is the difference between DataRow and DataRowView?
1
by: Arjen | last post by:
Hi, What are the main differences between a dataset and a dataview? What should I cache dataset or dataview... or what is the best thing to do in what situation? Thanks! Arjen
2
by: Jason Huang | last post by:
Hi, In the ASP.Net, what's the difference between DataSet and DataView? I what situation will I choose to use the DataSet or DataView? Thanks for help. Jason
0
by: Danny M | last post by:
What is the difference?
8
by: karthey | last post by:
Hi, I have set the data row filter as "(eff_date <= '#3/19/2007 8:25:00 AM#' AND ('#3/19/2007 8:25:00 AM#' <= term_date OR term_date IS NULL))". The filter works some time and doen't work...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.