minggang
Posts: 2
|
| Posted: 06/27/2006, 10:54 AM |
|
Hi,
I am using CCS 3.0.4.12, C#, asp.net 2.0, SQL Server.
There is a checkbox list, its values come from another table. When I checked more than one values and add or update the record, only the first value is inserted or updated.
But how to insert and updated more than one value?
Thanks for your help in advance!
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/27/2006, 1:16 PM |
|
This functionality is not supported in CodeCharge Studio, but there are several such examples in CCS Example Pack: http://examples.codecharge.com/
("Working with Multiple Selections" examples)
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|