Gridview field empties on RowUpdating command
问题 I currently am using two GridViews tied to different sqldatasources which both accept a value for each row using a textbox. When I go to edit and then update the other fields inside the row, the value which was filled by the textbox turns into an empty value. It was working properly before but after parametrising values as well as adding RowCancelingEdit methods etc it has stopped. What is it thats making the 'Name' value Null? protected void GridView1_RowUpdating(object sender,