Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between DataView and DataTable

Answers were Sorted based on User's Feedback



Difference between DataView and DataTable..

Answer / ilayaraja m

data view is used to filter and give sorting options that u
have u added to form or component at design time.
Alternatively u can use defaultview that is automatically
available for every data table .when u use defaultview , u
can specify filter and sorting options in code

Is This Answer Correct ?    13 Yes 1 No

Difference between DataView and DataTable..

Answer / ravindra reddy

data table contains datarows and datacolumns but dataview
means it will filter data in datatable.

Is This Answer Correct ?    11 Yes 3 No

Difference between DataView and DataTable..

Answer / 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

Difference between DataView and DataTable..

Answer / kalai

Datatable->populated from the database you can changr your
data here.
Data View-> Just the separate page to display the datatable
values,u can change the value of the dataview also.it ll be
reflected in the parent table too(data base table)

Advantage: We need not wait till the server response.so
very fast.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What are Master Pages in ASP.NET?

0 Answers  


How would you implement inheritance using VB.NET/C#?

3 Answers   Siebel Systems,


Which two new properties are added in asp.net 4.0 page class?

0 Answers  


What is ASLM?

0 Answers   MCN Solutions,


Difference between application and session ?

12 Answers   DataPoint, Satyam,


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


What is AutoPostback?

0 Answers  


What is an il?

0 Answers  


What is the use of response redirect in asp.net?

0 Answers  


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


Why do we need a web application session?

0 Answers  


What is a viewbag?

0 Answers  


Categories