Vicky

Vicky

  • NA
  • 9
  • 0

Checkbox problem in new domain...

Nov 8 2006 7:49 PM

Hello,

 

I have a client app written in c# that contains checklistbox. I had the statement clearselected() to clear out the checked checkboxes when the user loads the new case... Everything worked perfectly until my users got converted to new domain.

 

Since they got converted to the new domain, the checkbox is no longer cleared out on pageload. Whatever the user selected in the previous case remained checked for the new case. The problem is: the application will not do anything because there are nothing actually checked (the checkedindices collection is actually cleared)!  The user either has to shutdown the app or manually uncheck/recheck the items in order to add them to the checkeditem collection.

 

The situation makes me thinking of the cache problem, but the data is brought back correctly for each case, excepts the checkboxes remained checked "graphically" on the UI. I had tried to clear the check marks of the checklistbox by looping through the checkedindice collection, but didn't help.

 

I have searched for a solution but did not see any.  If anyone has suggestion please let me know.

 

Thank you very much in advance.

VN.


Answers (3)