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. ASP page refresh in a client server environment

ASP page refresh in a client server environment

Scheduled Pinned Locked Moved ASP.NET
javascriptdesignsysadminquestionannouncement
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
    rajmithun
    wrote on last edited by
    #1

    I am using a checkbox and a checkbox list in one of my web pages. The UI is like 1) Initial UI Color -- > CheckBox Red ---> Checkboxlist items Green Blue Yellow 2) Complete selection The entire checkbox list can be selected / unselected on checking header checkbox 3) Partial selection When a item in the checkbox list is selected, the total number of selections is checked and to indicate a partial selection, the background color of the header check box is changed to a dark grey. This is to achieve something similar to three state checkbox. AutoPostBack property is set to true for all the controls. In a client server environment, there is a time delay and if we make two continuous selections in the checkbox list, an update of the header control is done for the first selection and by the time UI is refreshed, the second selection is gone. I also implemented the above one using JavaScript but then also the behavior is same. How can it be done in a better way?

    K 1 Reply Last reply
    0
    • R rajmithun

      I am using a checkbox and a checkbox list in one of my web pages. The UI is like 1) Initial UI Color -- > CheckBox Red ---> Checkboxlist items Green Blue Yellow 2) Complete selection The entire checkbox list can be selected / unselected on checking header checkbox 3) Partial selection When a item in the checkbox list is selected, the total number of selections is checked and to indicate a partial selection, the background color of the header check box is changed to a dark grey. This is to achieve something similar to three state checkbox. AutoPostBack property is set to true for all the controls. In a client server environment, there is a time delay and if we make two continuous selections in the checkbox list, an update of the header control is done for the first selection and by the time UI is refreshed, the second selection is gone. I also implemented the above one using JavaScript but then also the behavior is same. How can it be done in a better way?

      K Offline
      K Offline
      Karthickeyan k
      wrote on last edited by
      #2

      You can use JQuery selectable radio button list to achieve this...

      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