ADO.NET Interview Questions
Questions Answers Views Company eMail

what is data access layer?

Honeywell,

2 7635

What is the default view of Data Grid?

TCS,

5 12848

what is Sql Native Client?

Gantec Solutions,

5 16810

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();

Mind Tree, TCS,

2 14998

what is the syntax code for oldb to connect oracle?

2 3899

what is execute scalar?

Atharva Infotech, Dohatec New Media, Make eIT, Protech,

11 20817

what is Execute NOn Query?

Infosys, Protech, Sars Systems, SwanSoft Technologies,

29 61066

what is the syntax code for oldb to connect oracle

IBM,

3 5089

what is the syntax code to oledb to connect oracle

IBM,

6 9651

When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

HCL,

5 9816

how do u connect ado.net to sql server

Microsystems,

1 4995

how to keep track of index in listbox items.

2 4819

How do we invoke queries from the application

2 3445

Why sql Data Reader object not created

Matrix,

9 19342

what is the criteria of selection in sbi interview?

BCS, State Bank Of India SBI,

1 3919


Post New ADO.NET Questions

Un-Answered Questions { ADO.NET }

What is the difference between ado.net and oledb?

477


What is difference between executenonquery and executequery?

465


What does adodb stand for?

500


What is executequery?

490


What are the disadvantages of using datalist?

499






how Sequence to connect and retrieve data from database using dataset?

745


What are all the different authentication techniques used to connect to MS SQL Server?

536


Which method in OLEDBAdapter is used to populate dataset with records?

552


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

572


How can we perform transactions in .net?

535


What is ado and dao?

526


how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

3710


Explain the architecture of ado.net?

531


Which object needs to be closed?

1735


What are the several execute methods of ado.net?

493