What is Debug.write does?



What is Debug.write does?..

Answer / satya

will disp the message in debug time itself

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More ADO.NET Interview Questions

What are the steps in connecting to database?

3 Answers   IBM, Microsoft,


What is the role of data provider in ado.net?

0 Answers  


What is the role of the dataset object in ado.net?

0 Answers  


How can you implement sub data grid in a master datagrid?

1 Answers  


What is azure ado?

1 Answers  


What is ado.net components?

0 Answers  


What is ambient transaction?

0 Answers  


What is command class in ado.net?

0 Answers  


Explian About DataAdapters

0 Answers   BirlaSoft,


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 is difference between ado.net and asp net?

0 Answers  


How to store data in memory?

0 Answers  


Categories