Assume i have a method updateCustomer(DataSet ds),
typicaly we need to map the DataAdapter's UpdateStatement property to a storeprocedure or SQL query that has an update statement, If i write a Storped Procedure, it should take at least one input parameter.
This is where the problem is: when assining a value to the input parameter i should that should row updates
i.e: da.selectCommand.parameters["custIndex"].Value = "
Roei BarPosted Oct 11, 2009, 5:22 AM
e.Rows.RowIndex
if you are on cell_textchange event you have the e.Rows.RowIndex
is this what you ask for?