Answer Posted / tutu
Another difference is, DataView can not be serialized, where as DataTable can be serialized. So DataTable can be stored in ViewState but DataView can not.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is state management in asp.net with example?
What is viewstate in asp net with example?
How many ways are there to maintain a state in .net? What is view state?
What are the differences between clr & cts?
Explain what is an abstract class?
How will create assesblies at run time?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the exact purpose of http handlers?
What are session objects?
Explain the concept of event bubbling in ASP.NET?
Why is string called immutable data type?
Explain about the Class view window?
How do we implement bundling in MVC?
What is a gridview in asp.net?