DataGrid (Grid view) Question:
Download Questions PDF

What is a DataGrid or Grid View?

Answer:

The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a sophisticated object model that provides you with great flexibility in how you display the data.

Download DataGrid (Grid view) Interview Questions And Answers PDF

Previous QuestionNext Question
In DataGrid, is it possible to add rows one by one at runtime. That means after entering data in one row next row will be added?What is the difference between the System.Web.UI.WebControls.DataGrid and and System.Windows.Forms.DataGrid?