Are monkey testing & gorilla testing same? If not, then what is the difference between these two?
29 55334How 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 16181Post New TCS Interview Questions
What is use of ms word?
Can we customize SVCUTIl.exe class of MSCRM or Can we create our custom Early binding class for few entities?
What is constraint satisfaction problems?
During scrum meeting what all things are done?
How do you represent a linked list?
What are the assumptions made for kynch theory?
What is Mapper in Hadoop?
What are the different kinds of solutions present in deploying the web servers?
What is a macro, and explain how do you use it?
What is Relational Algebra?
How does a dll work?
how to design online bank web page with asp.net
Give a brief description of the following terms: a) Play head b) Symbol c) Tweening d) ActionScript e) Frame rate f) Library panel g) Masking h) Context – sensitive Property Inspector i) Bandwidth Profiler j) Frame Label
What is data store? How to create data store?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer