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 |
What are the advantages of form?
What is the difference between desktop application and windows application?
Explain the difference between listindex and tab index?
Which property value of the helpnavigator property will display the index for a specified topic?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
How to redirect a user to new page in ASP.NET without making a round-trip to the browser?
Explain the difference between listbox and combo box?
Explain how insert record in the database?
What is form and meaning?
How do you hide the columns in datagrid?
Extension methods can be both static and normal class methods. Yes/No?
How to find the current record position in data control?