Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
29 54407How 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 16045Post New TCS Interview Questions
my question is how to answer the question "you are from b.tech eee background and why do you want to go for banking
How can I set the header and footer in the main window?
What will you do in case of server failure?
Explain $scope in angular?
What is quantifiers in reference linq to dataset?
How is RDD in Apache Spark different from Distributed Storage Management?
What causes antigen-antibody reactions?
What variables are stored in stack?
Why is spring boot used? : Spring Boot
What is a web api endpoint?
How was bayes’ theorem useful in a machine learning context?
What is difference between wait and notify in java?
how to select overload-relay for perticular motor 1.for D.O.L. starter 2. for Star-delta starter ????
What are the core concepts of ant?
What is encapsulation in ios?