Search results for query: *

  1. prabhat7154

    Unable to delete multiple rows from datagridview based on selection by checkbox.

    Unable to delete multiple rows from DataGridView based on selection by CheckBox. private void loadPage() { int intSkip = 0, i = 0; intSkip = (this.currentPage * this.pageSize); string query = @"SELECT A.code AS 'Category Code', B.name AS 'Name', A.name AS 'Parent Category Name'...
Back
Top Bottom