what's the Difference between DataView and DataTable?
Answer Posted / zana
From you'll answers, i have a question: If i selected a row
from a datagrid bound to a dataview, how would i determine
which row in the datatable corresponded to the row i
selected? Let say i just needed to know which row in the
datatable my selection corresponded to.
| Is This Answer Correct ? | 10 Yes | 12 No |
Post New Answer View All Answers
What is the default modifier for class in c#?
Are c# generics the same as c++ templates?
What is type safe code?
What is the difference between constant and readonly in c#?
Is there any sample c# code for simple threading?
What is data type in c# with example?
write a c# program add two matrix with input number ?
What are the different states of a thread?
Classes and structs can be declared as static, is this statement true or false?
What does dbml stand for?
Can delegates be used as callbacks?
Is c# substring zero based?
What is the .NET collection class that allows an element to be accessed using a unique key?
what is inheritance and an example in vb.net and c# of when you might use it?
What is the use of delegate?