How to clear the datagrid

Discussion in 'ASP.NET / ASP.NET Core' started by calvin, Sep 7, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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[|)]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page