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. gridviewdisappear at postback

gridviewdisappear at postback

Scheduled Pinned Locked Moved ASP.NET
3 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.
  • A Offline
    A Offline
    anilaabc
    wrote on last edited by
    #1

    i have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back

    C 1 Reply Last reply
    0
    • A anilaabc

      i have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If you don't bind on postback then I'd be checking to make sure that the viewstate is not turned off for the page.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      A 1 Reply Last reply
      0
      • C Christian Graus

        If you don't bind on postback then I'd be checking to make sure that the viewstate is not turned off for the page.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        A Offline
        A Offline
        anilaabc
        wrote on last edited by
        #3

        yes ,resolved thank you sir

        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