GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 418 of 460    Print  
What is the Difference between Data Grid and Data Bound Control Grid

  
Total Answers and Comments: 4 Last Update: January 06, 2007     Asked by: Ramu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 25, 2006 02:55:17   
rishi_dirtybox Member Since: September 2006   Contribution: 2    

RE: What is the Difference between Data Grid and Data ...

The DataGrid control is limited to displaying data from an external data source. The DataGridView control however can display unbound data stored in the control

The DataGrid control is retained for backward compatibility and for special needs. For nearly all purposes you should use the DataGridView control. The only feature that is available in the DataGrid control that is not available in the DataGridView control is the hierarchical display of information from two related tables in a single control. You must use two DataGridView controls to display information from two tables that are in a master/detail relationship.


 
Is this answer useful? Yes | No
November 26, 2006 00:55:14   
Syed Azam        

RE: What is the Difference between Data Grid and Data ...

The difference between Data Grid & Data Bound Grid control is Data Grid uses the Ado Control & its method whereas Data Bound Grid Control is meant for Dao Control & its method.


 
Is this answer useful? Yes | No
December 25, 2006 08:12:33   
Lalita.p        

RE: What is the Difference between Data Grid and Data ...
Datagrid uses ADO. This controls has differnt method which not only helps in accesing data from datasource but u can also edit the information make calculation thru datagrid control and save it into the database. while Data bound controls use DAO.WIth Databound controls u can fetch the records from underlying table and display it in the bound control.
 
Is this answer useful? Yes | No
January 06, 2007 04:04:26   
       

RE: What is the Difference between Data Grid and Data ...
DataGrid is used in ADO
DataBound is used in DAO

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape