Clear the data from the control after the insert the row?

Posted by kathy on Stack Overflow See other posts from Stack Overflow or by kathy
Published on 2010-03-20T17:14:43Z Indexed on 2010/03/20 17:21 UTC
Read the original article Hit count: 414

Filed under:

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

© Stack Overflow or respective owner

Related posts about gridview