Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
29 55446How 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 16197Post New TCS Interview Questions
What is a stable sorting algorithm?
describe a time when you are responsible for organizing different types of personal to get work done and some of them weren't very enthusiastic. What did you do?
How you can create consignment stocks?
What are the ways in which you can connect to reporting tools from SAP HANA?
How do I download joomla?
Is the connection between the sap cloud platform and the cloud connector encrypted?
What are the factors that can affect the factor of safety selection?
Write a bubble sort algorithm and solve 5 7 1 4 6 10
Who is the father of excel?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Which interfaces are implemented by concurrentskiplistset?
hello,dear any body give me mis report format. my email :kumar_ranjeet121@yahoo.in
Tell us something about bsbda.
What is svm algorithm?
How to run tensorflow on hadoop?