Clear the data from the control after the insert the row?
- by kathy
Hi,,
I'm using aspxgridview and after adding operation by using RowInserting event and I don't use the
gridView.CancelEdit();
becuase I need the addform still apperaing to insert another row.
My problem is : how can I clean the data from the control in the addform until I can insert the new data for the second row ??
thanks