PDA

View Full Version : How to clear the datagrid


calvin
09-07-2004, 11:20 AM
Hi,

I do a textbox to collect data and binding to datagrid(use arraylist to hold data).
When user click the submit button, all the data in arraylist will be add to database.

Then, if I try to add data to datagrid, the previous "record" still remain in datagrid. I would like to know how to clear the datagrid.

Is anyknow could give me some idea and help will more appreciate.

Calvin[|)]