Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox in update form shows values at end of list 1

Status
Not open for further replies.

puterdude

Technical User
Apr 13, 2001
51
0
0
US
I have a listbox. (used ultradev to create it)
If I bind it to the field it shows the values in the list box when displayed.
g is value for grapes, b is value for bananas

Displays on web page:
___________________
Select One or More
grapes
bananas
oranges
g,b
___________________


I don't want the values to show to my users. If I don't bind it to the field, I cannot get it to update the record if they make changes. Am I stuck with this behavior?

Is this an ASP behavior or an Ultradev behavior?

Thanks

PuterDudee



 
Ultradev i presume. Your HTML source should look like this:

<select multiple name=fFruit>
<option value=b>Bananas
<option value=g>Grapes
<option value=o>Oranges
</select>




br
Gerard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top