Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
29 55638How 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 16223Post New TCS Interview Questions
What are angular js expressions?
Mention the types of storages offered by aws?
What are the types of load?
what is the most challenging situvation r u phased while during testing?
What is the NSA ?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
What is the phase relationship between the primary and secondary voltages of a transformer?
Is asp.net forms authentication supported?
What is the difference between 8085 and 8086 in microprocessor?
What are the different data types in C?
all question of related to window 2003 server
What does f10 do in chrome?
Explain difference between inprocess vs out process session state? : .NET Architecture
How do I convert html to xhtml?
What is the maximum limit?