NetTalk Central

Author Topic: Problem with Checkboxes  (Read 2653 times)

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Problem with Checkboxes
« on: April 26, 2012, 10:05:12 PM »
Hello

I have 6 checkboxes on a Netwebform with the form source as memory. The user can select 1 or more checkbox, when the user press a button on the screen different options are loaded and I want to clear the selected checkboxes.

But no matter what I do it does not clear the checkboxes I marked them as refresh on promt value and comment and did the same in the server code, i also made sure that then values of the checkbox is 0.

Any suggestions?

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: Problem with Checkboxes
« Reply #1 on: April 26, 2012, 10:25:53 PM »
Solved the issue

I forgot that the checkboxes is driven by session variables and I set the value to 0 but never stored the session variable again.

Johan