how do i filling items in a drop down box in asp?
-
i want to fill a drop down box using data retrieved from access database....... i alread know how to connect and retrieve data from the database but i am a lil unsure as to how i can populate the drop down list with the values retrieved kenny
-
i want to fill a drop down box using data retrieved from access database....... i alread know how to connect and retrieve data from the database but i am a lil unsure as to how i can populate the drop down list with the values retrieved kenny
I think you have to output the OPTION tags "by hand" in classic ASP. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
I think you have to output the OPTION tags "by hand" in classic ASP. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
dynamically like this: -Select - <%do while not MyRs.EOF %> "><%=MyRs("name")%> <%MyRs.MoveNext loop%> or for none database driven content -Select - item1 item2 none