what's the Difference between DataView and DataTable?
Answer Posted / ajay
DataTable: Represents one table in-memory
select distinct field from the filtered dataview
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the difference between User controls and Custom Controls?
How the versioning applies to Assemblies or can you explain version numbers?
Which are access modifiers available in c#?
Explain the Different types of configuration files in .net?
How do I unload an assembly?
What is difference between abstraction and encapsulation in c#?
What is Wrapper class in dot net?
Why do we use constructors in c#?
Name some properties of array.
Explain the types of errors in c#?
What is the purpose of reserved word using in c#?
Is double a decimal?
What is array formula?
Can you have parameters for static constructors?
What are delegate methods?