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 correct way of declaring an xml namespace?
How the versioning applies to Assemblies or can you explain version numbers?
How do I automate my desktop application?
What is the difference between array and arraylist in c#?
what is IDisposal interface
What is difference between float and integer?
How main method is called in c#?
Why we use get set property in c#?
Define using statement in c#?
Why do we need ienumerable in c#?
What is the C# syntax to catch any possible exception?
Why do we use ienumerable in c#?
Explain the working of serialization?
Can abstract class have private constructor c#?
Differentiate between the public and private ?