GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  DataGrid

 Print  |  
Question:  What is the advantage of datagridview instead of using datagrid



July 07, 2009 02:27:21 #1
 neerajagg18   Member Since: November 2007    Total Comments: 1 

RE: What is the advantage of datagridview instead of using datagrid
 
1. In datagrid you have to do lots of task for sorting, paging. In gridview sorting, paging is much easier and you can do with only 2-3 line of coding.

2. DataGrid control doesn't take full advantage of data source components. GridView fully support data source components.
     

 

Back To Question