Hi all,
I am using gridview in asp.net. I am binding a datasource to gird view in pageload event.I want to refresh the gridview on click of a check box so that data related to that checkbox only is displayed. How can i achieve this? Is it possible to change the data depending on a condition in a gridview once it is databound?Any help is appreciated I am blocked on this.
I am using gridview in asp.net. I am binding a datasource to gird view in pageload event.I want to refresh the gridview on click of a check box so that data related to that checkbox only is displayed. How can i achieve this? Is it possible to change the data depending on a condition in a gridview once it is databound?Any help is appreciated I am blocked on this.
Comment