|
Hi Everyone, wondered if you could give me some clues,
Im busy with a windows app now hey, and I got a form that looks like this.
If I dblClick on a record, it opens this page:
The 133 is the assessmentId of that record that Ive clicked on. And there is protocols on the left hand side as you can see 1 to 4.
Now If I click on protocols It checks the checkboxes and save it in the database as int_AssessmentId : 133 and the the protocols got values
Ex: 22 44 78 and 22
Now If I go out to the grid again and click on the same record I want it to check the items that I have checked before and It doesn’t..
Don’t u maybe have a clue how I can do that, I know that I might use a storedProc.
And the checkboxes is created Dynamically…
Thanx
Attached File(s)
dg.bmp ( 315.96k )
Number of downloads: 19
Protocols.bmp ( 234.69k )
Number of downloads: 19
|