Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Iam stuck in the below task of validation

Iam stuck in the below task of validation

Scheduled Pinned Locked Moved ASP.NET
wpfwcfhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rameez Raja
    wrote on last edited by
    #1

    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

    A 1 Reply Last reply
    0
    • R Rameez Raja

      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

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups