Arthur Dent
|
| Posted: 03/03/2003, 5:49 AM |
|
I have a grid + search + Add/Edit
Search and Add/Edit have two text boxs and two listboxs
Problem
when I addnew or edit records,the updated grid records
from the list box entrys show the primery key value not
the text value.
working with CCS asp
List box propertys
list source type =table
list data source =category_id (from my main table)
bound column =category_id (primery key from category table)
Text colun =category (text field from category table)
Table Parameter
field
category_id equals category_id
(primery key)
where am I going wrong
Arthur Dent
|
|
|
 |
Deryl
|
| Posted: 03/07/2003, 8:07 AM |
|
Try changing your grid controls (right click Change To) to listboxs as well (disable them on format tab) and set them up just like the ones on the Add/Edit.
|
|
|
 |
|