Jon
|
| Posted: 04/12/2005, 1:05 PM |
|
Where are the manually entered list box entries stored?
I'd like to reuse them in another project without retyping them.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/12/2005, 1:09 PM |
|
Hi,
If you entered them in the design mode then they are stored inside the HTML.
Or if you entered them as list of values inside the Data Source property then they would be stored in that Data Source property.
If this is a data-enabled form listbox (versus HTML listbox) then you can also right-click on that listbox and select "Copy List Box", then right-click somewhere on another page and select "Paste List Box"
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|