What is the use of column CONDITION TYPE in Pricing procedure determination.Like sales area+cust. pp+ Doc. pp+ Pricing procedure+ CONDITION TYPE, withiout maintaing condition type system get pricing procedure in sales order then what is the use of this column
11 192031) after inserting the check point how to change the expected value that was captured while inserting the check point
2 5743How 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 16182Post New TCS Interview Questions
what are the advantages of cloud architecture?
What are se10 t-codes used for?
why you done mba in finance
1.What is the difference between method validation and method verification 2.Which guidelines proposed to method transfer
Mention what is the difference between temp data, view, and view bag?
What is the difference between proc. Sent by val and by sub?
What is an info source?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Why spring is so popular?
how can we calculate the ratio of caustic soda and water in lrs.
Is visual basic still used?
What is difference between array and arraylist in java?
Describe the jae instruction with the help of an example?
What is meant by Laravel - Hashing ?
Explain Events and Listeners ?