Using VB.Net (Windows Application)
I am using checkbox in the girdview column, now i want to add a checkbox in the header.
If i select the checkbox in the header, all the checkbox in the column should select automatically.
How to do this.
Need VB.Net Code Help
I’m not sure this code is well-written. I just convert from this C# code (which is working);
Algorithm is simple. Define a boolean value for checking checkboxes are selected or not. If checked assign it true. for all gridview rows, find controls with columns name then set them all.