Hi
How to clear or delete all the records in the grid view in java script.
Thanks.
$("[id*=gvBind] tr").not($("[id*=gvBind] tr:first-child")).remove();
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.