Looping Gridview when the button is click
- by Nyan
Hi all,
I have create a girdview in dialog and in the girdview I added a check boxes, so that, the
user can check/uncheck the gridview.
And there is a button which send back the information about the check values to the server.
My problem is I don't know how to loop the gridview. Is there a way to loop the girdview.
Or is there other way to achieve?
Thanks in advance for any help
Nyan