Select All Rows in GridView by clicking CheckBox in Header Row in Asp.Net C# | Swift Learn

Select All Rows in GridView by clicking CheckBox in Header Row in Asp.Net C# | Swift Learn

Swift Learn

6 лет назад

12,230 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Muhammad Afzal
Muhammad Afzal - 20.11.2021 11:30

Just creating check boxes doesn't make sense. It is needed to update or delete records by check.

Ответить
maya studio
maya studio - 22.12.2020 18:48

im delete gridview all sqldata

im use button click method

GridView1.DeleteRow(GridView1.SelectedIndex);

this code menualy one one delete. Need to gridview1 page load event auto load all selectd and one click by all gridview data delete.

Ответить
viji R Viji
viji R Viji - 22.06.2020 11:44

Hi it's code works fine I have one issue on that how to uncheck gridview select all checkbox when one checkbox is unchecked in c#

Ответить
Farjana Akther
Farjana Akther - 04.03.2018 14:48

how to count number of checkbox checked.?

Ответить