Hi, Does anyone know the javascript to insert a line (from textbox) to the end of a select list which is populated with data from the database, at the click of a button? Then, I'll have another button to save the new select list in the database. ___________ |1 | |2 | |3 | | | |_________| [save button] __________________ |________________| [insert button] -> inserts textbox content into the select construct above (size dynamic) Thanks for any help. *|Oraclec|* *|Oraclec|*
Esther C
Posts
-
Inserting into Dynamic <Select> Construct -
Inserting into Dynamic <Select> ConstructHi, Does anyone know the javascript to insert a line (from textbox) to the end of a select list which is populated with data from the database, at the click of a button? Then, I'll have another button to save the new select list in the database. ___________ |1 | |2 | |3 | | | |_________| [save button] __________________ |________________| [insert button] -> inserts textbox content into the select construct above (size dynamic) Thanks for any help. *|Oraclec|* *|Oraclec|*
-
Save As TypeOops, sorry. Here's the question: What are the differences amongst the 3 options? Which format should I save my project/solution in? I'm quite new to ASP.NET web apps. Any help is appreciated. Thanks! |*Ooraclec*|
-
Save As TypeHi, I have a ASP.NET web application project. When I try saving it, The Save File As dialog box appears and it gives me 3 saving format options: Save as type: Text Solution File (*.sln) UTF-8 Solution File (*.sln) Unicode Solution File (*.sln)
-
Updatable DatabaseHi, I did an autorun CD for my web application for easy installation. I have my MS Access database mdb file included as well. However when I did the autorun, the mdb file copied over from CD to PC had read access only. The web application therefore is unable to edit/delete/insert into the database. How do I make the file updatable automatically without having to right click on it and modifying the properties manually? Is there a command to change the access rights of the file in my .bat file? Thanks! :) Sincerely |*Oraclec*|