Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ListBoxe Items
Name: Zach D. Date: December 23, 2001 at 13:37:57 Pacific
Comment:
Are list items in html and java static? or can they be dymanic? and if so...how? I have a field where people are to select who assigned the project to them. If a new project Coordinater is added we need the person to be able to add it on the webpage by clicking a button to add. Do i need an array to give options? to the commands for listboxes? If you have an example site, example..anything that could help me please reply or email me at zach.dennis@myself.com I need to connect this into a database also. So if you have experience there to please give all the advice and examples you can. Thanks in Advance, Zach
Summary: I have 'Up' and 'Down' buttons that I want to use to be able to scroll through the items in a listbox. When the currently selected item is at the top, the 'Up' button is disabled. I've done this by ...
Summary: Something like this.... ( I am assuming our creating a web app.., but if not it will still be similar) static void WriteToFile() { StreamWriter SW; SW=File.Create("c:\\MyTextFile.txt"); ...
Summary: I have tried ReadLine but it only adds the first line to the Listbox. Then use a loop. i need to know how to Edit the contents of the listbox. Though the ListBox.Items property, I assume. ...