I have a gridview that I have added a checkbox to each row. After everything is done processing, I want to uncheck all boxes of my gridview.
My question is where do I put my code for best coding practices? Do I put my code in the code behind of the page or should I put the code in my business layer?
Thanks
ksbigfoot
My question is where do I put my code for best coding practices? Do I put my code in the code behind of the page or should I put the code in my business layer?
Thanks
ksbigfoot