Iam stuck in the below task of validation
-
Hi all Iam stuck on the below task I have Gridview inside gridview in outer gridview i binded the categores which are almost to six and on ROw Data bount event of Outer Gridview iam binding the inner gridview with items Names related to category by passing the category Id. like Category People -- People one -- People two -- People three Category Student -- Student one -- Studnet two Now how i validate that if i checked the category People checkbox chekced then its related items will be unchecked how i make independat to each category and its items Hope i will hear good comments Share me the ideas how i approach this Best Regards Rameez
-
Hi all Iam stuck on the below task I have Gridview inside gridview in outer gridview i binded the categores which are almost to six and on ROw Data bount event of Outer Gridview iam binding the inner gridview with items Names related to category by passing the category Id. like Category People -- People one -- People two -- People three Category Student -- Student one -- Studnet two Now how i validate that if i checked the category People checkbox chekced then its related items will be unchecked how i make independat to each category and its items Hope i will hear good comments Share me the ideas how i approach this Best Regards Rameez
Why dont you do this using Javascript ? find checkboxes through javascript using :
var checkboxes = document.getElementByName('people'); // Let all checkboxes have a common name 'people'
for(var i=0; i
Note: Modify this based on your exact requirement. :)Abhishek Sur
**Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->**
Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript