Answer Posted / neha
DataTable tbl=new DataTable();
tbl.Columns.Add("ID", typeof(int));
tbl.Columns.Add("Name");
datagridview.DataSource=tbl;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What provider ado.net use by default? Explain the role of data provider in ado.net?
Explain the different row versions available in table?
What are two types of transaction supported by ado.net?
What are the parameters that control most of connection pooling behaviours?
How to work with disconnected data - the dataset and sqldataadapter?
What is shadow copy?
Which provider is used to connect ms access, oracle, etc…?
Describe connection object in ado.net
Define atomicity?
What is ado object model?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
How is entity framework different from ado.net?
What is ado connection?
Explain the dataadapter class in ado.net?
What is the difference between ado.net and entity framework?