Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

TCS ADO.NET Interview Questions
Questions Answers Views Company eMail

Advantage of ADO.Net?

2 10556

How would u connect to database using .NET?

5 8851

Difference between DataReader and DataAdapter / DataSet and DataAdapter?

3 31402

What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 19144

Differences between dataset.clone and dataset.copy?

2 6976

What are the two fundamental objects in ADO.NET?

8 21577

how can implement dropdownlist in particular of dataset when try to update?

2301

Call a stored procedure from ado.net and pass parameter to it ?

7 22429

Where does ADO.NET and XML web services come in the architecture ?

1 10821

What does ADO.NET consists of ?

7 11969

What is the key feature of ADO.NET compared to ADO ?

3 7545

What is ODP.NET ?

1 8531

What provider ADO.net use by default?

10 21041

What is the default view of Data Grid?

5 12848

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 14998

Post New TCS ADO.NET Interview Questions


TCS ADO.NET Interview Questions


Un-Answered Questions

How Kotlin works?

127


Can you use javascript to hack?

460


How is annotating helpful?

152


What is the shortcut key to increase the font size in excel?

298


What are autotrophic beings?

111






Which class is used for basic button group?

5


What is difference between @Html.Partial and @Html.RenderPartial ?

419


How can you start the kafka server?

309


How to check if a column is nullable before setting to nullable?

576


What are the other modules to which 'financial accounting' is integrated?

779


What is the difference between ripv1 & ripv2?

524


What is core spring framework?

131


Any modules contributed to drupal community?

118


can any one explain bar bending schedule of bems and columns and slabs ??

1404


a person have to buy 2kg items out of 4 differnt price tag item i.e potatoo rs. 10 kg, onion rs. 5 kg , radish rs. 1 kg, and chilli rs. 1 kg in rs 10 how can he do

866