What is datagrid?

Answers were Sorted based on User's Feedback



What is datagrid?..

Answer / surya

Datagrid is a server control to display retrieved values
from database in Formated way

Is This Answer Correct ?    34 Yes 5 No

What is datagrid?..

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

What is datagrid?..

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

What is datagrid?..

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

What is datagrid?..

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

What is datagrid?..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

How do you customize the column content inside the datagrid?

2 Answers  


What is formdata?

0 Answers  


Explain how to split a column header in gridview using c#.net?

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

1 Answers   Microsoft,


Is it possible to set a shortcut key for label?

2 Answers  






Extension methods can be both static and normal class methods. Yes/No?

1 Answers   Arctern,


which Property is used to count no. of items in a combobox?

3 Answers  


How insert recored in the database

1 Answers   Wipro,


Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?

1 Answers   Arctern,


How many types of dialog boxes windows provides?

0 Answers  


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?

0 Answers  


Which method grants a lock on a resource?

0 Answers  


Categories