What is a datagrid?
Answers were Sorted based on User's Feedback
datagrid is inbuilt control in .net that show tabular form
of data from data base.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rahul singhal
it is a server side control to display, edit delete data. it
shows complete data from ur data table in a table format. in
datagrid u can simply modify, delete data with the help of
programming
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / zahid nawaz
Control that is used to bind fetch set with provided
events like itemcreated, ItemDataBound and more.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ganesh meanria
Datagrid is a collection of seleted data from database in
tabuler form.
Is This Answer Correct ? | 1 Yes | 0 No |
Which method is used to sort the data in ADO.Net?
What is reference by value how does it works in .net?
What providers does Ado.net uses?
Explain how to pass multiple tables in datasets simultaneously?
can we change the data in dataset? if yes what is the process?
What happens when we issue Dataset.ReadXml command?
How many commands does the oledbcommand takes?what are they?
What are ado.net objects?
What does ole stand for in excel?
What is a database provider?
What are the features of ado.net?
What is the difference between Dataset. clone and Dataset.copy?