What is datagrid?
Answers were Sorted based on User's Feedback
Answer / surya
Datagrid is a server control to display retrieved values
from database in Formated way
| Is This Answer Correct ? | 34 Yes | 5 No |
Answer / nilofer
The DataGrid Web server control is a full-featured data-
bound control that displays data in tabular format, and
provides the ability to sort, select, edit, and delete
records from its associated data source.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / vasu
Datagrid is a server control to display retrieved values
from database or xml file in tabler format
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / nagaraj
the datagrid webserver control is power tool displaying
information from datasource
.it is easy to use.
you can display editable data in a professional looking
grid by setting properties
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / nagur basha
Data Grid is a databound control which is used to display the multiple records in the table format by fetching records from the database.we can perform Update,delete,edit and add the new record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sesu
DataGrid is a control to hold the Database data. It will
display th number of records.
| Is This Answer Correct ? | 5 Yes | 21 No |
Name the template that is used to create a user-defined component.
What is the synonym of form?
What is difference between winforms and windows forms?
How to use the FindControl() function to preselect an item in my dropdownlist?
How many navigational features are provided by visual studio.net ide?
what are events?
What is the difference between a document and a form?
What are the different cloud platforms?
tell me something about crystal report in brief?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
what is a property to resize a label control according to your caption?
How many number of events does the Timer controls ?