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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cbchumley

    Populating DropDown at Runtime ***URGENT***

    You can try this, it uses an array that is filled with nothing at first until you make a selection from first combo box. Once selection made you are passing a querystring to the same page with table name that is used in SQL string. Then array is filled with results and reiterated to populate...
  2. cbchumley

    Populating DropDown at Runtime ***URGENT***

    ufobaby, do you already know what values you are going to populate in the combo boxes regardless of what users selects from first combo box or are you wanting to send page back up to server passing the value of first combo box to a SQL(WHERE)clause to then fill second combo box? cbchumley [yinyang]
  3. cbchumley

    Populating DropDown at Runtime ***URGENT***

    Try the following code...You don't need to use JavaScript to populate your combo box. Just loop through recordset. <% '----------New Code ------------------------ Dim rs 'For RecordsSet set rs = Server.CreateObject(&quot;ADODB.Recordset&quot;) rs.ActiveConnection =...

Part and Inventory Search

Back
Top