what's the Difference between DataView and DataTable?
Answer Posted / surya pratap singh
The dataview class that enable you to create various views
of the data stored in the data table.dataview is use to
filter the data in datatale.it can also be use to
add,modify and delete the row in datatable.datatable is
object contain one or more column each repersent by a
datacolumn object.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is c# and c sharp same?
What is dependency in software?
Explain About .Net remoting
Explain the 3 types of properties in c# with an example?
What is session state in asp net c# with example?
Define collections?
What standard types does c# use?
What are anonymous functions in c#?
What is a multicast delegate in c#?
Describe an abstract class?
What is visual c# net?
Is c sharp open source?
What is Asynchronous call and how it can be implemented using delegates?
Can properties be static in c#?
What is the difference between values and reference types?