What Is Difference Between Ado And Ado.net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ADO.NET Interview Questions

Explain the two fundamental objects in ado.net?

0 Answers  


How To Update A Column In A DataGrid Using C#.NET? I am getting InvalidCastException as (Specified cast is not valid) while updating 2nd column in a datagrid? Id,firstname,lastname are the three columns of my datagrid respectively. I wanted to edit the second column(lastname) and update it. I did the following code in DataGrid's updatecommand(),but failed to update ! Int varid=(int)DataGrid1.DataKeys[e.Item.ItemIndex]; TextBox lnm=(TextBox)e.Item.Cells[2].Controls[0]; string str=lnm.Text ; SqlCommand cmd=new SqlCommand("update customer set lastname='" + str + "' where id=" + varid + "",con); cmd.ExecuteNonQuery(); DataGrid1.EditItemIndex=- 1; DataGrid1.DataBind();

2 Answers   Mind Tree, TCS,


What are the main differences between classic ado and ado.net?

0 Answers  


What is the default view of Data Grid?

5 Answers   TCS,


What is difference between connected and disconnected architecture in ado.net?

0 Answers  






What are the benefits of using ado.net?

0 Answers  


What is defaultview in datatable?

0 Answers  


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


Explain the basic use of "dataview" and explain its methods.

0 Answers  


What is microsoft ole db provider for sql server?

0 Answers  


Explain the dataadapter class in ado.net?

0 Answers  


What are the rules to implement connection pooling?

0 Answers  


Categories