What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
1 20459How 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 16292Post New TCS ADO.NET Interview Questions
how to create an address book?
Can we test the report other than manual testing?
What is sql indexing?
What is the savings interest in Japan?
How can you categorize digital marketing?
What is the main motto of Scala Language?
why can the rotor of 3 phase slip ring induction motor not be a 2 phase rotor?
What are the encryption mechanisms in sql server?
What standard types does c# use?
What Is Interest Expense?
What is curvilinear motion?
What are lifecycle hooks react?
How we can set custom page title in cakephp?
Explain soap and xml?
What are the various ajax functions available in jquery ?