c# - GridView not showing new inserted row -
i'm using gridview , sqldatasource. when i'm adding new row in gridview need refresh page in order see new row. view state enabled.
is there can ?
thanks
the databind() method of gridview reload data. useful when changing selectstatement of sqldatasource well. habit use after updating contained in gridview.
Comments
Post a Comment