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
What is a Calculated Attribute?
1)Power center server and client on the same machine 2)power center server and client on the different machines What is the basic difference in these two setups and which is recommended ?
What is db persistence?
What is the process of pickling and unpicling?
Can you explain what are the changes presented by actionscript?
What is Registered Company? Give Its Two Kinds?
Can a main method be declared final?
how to make RIAD hard disk in windows xp 2? how to make Hard Disk mirror with DELL model 755?
How to copy file from one location to other using java DSL in camel?
how can you import .csv file in to sas? : Sas programming
Explain the INS1 cell culture and transfection?
How do I insert an image into mysql workbench?
Is windows 10 or 8 better?
What are oops methods?
What you mean by routing in mvc?