How 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 16180how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 44636How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..
2 8785Suppose product is to be delivered on urgent basis.There is no time to test on all OS and Browseres.We have time to execute atlest in one combination of OS and browser.Which one do you prefer and why?
5 9878In V model how will you explain all testing types (unit,integration,sysetem,acceptance testing) as all these parallel testing.E.g.Once the design phase is completed how will you do the integration teting over here as tester doesnt know much about design.Briefly justify the V-model?
1 8796Post New Mind Tree Interview Questions
What are the differences between row-by-row select and cached comparison table and sorted input in table comparison transform?
how we can do the insulation on secondary of ct explain and so that tan delta will within limit
Explain code inspection?
Is there a module to implement sql in spark?
What is meant by django in python?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
what is the difference between organizational structure and design
What are the advantages of dependency injection in spring?
Show the declaration for a static function pointer.
What is the point of oop?
Define jsp declaration?
Explain about device drivers?
What is the need for having multibyte data input and output buffers in case of device ports?
What is etl process. How many steps etl contains explain with example?
How to send and set cookies in angular 4?