is it possible to populate the dropdown boxes on the html form from the sql server database? i want to provide my users with an application that will allow them to enter some criteria based on available info already in the database and to be able to select this info from a dropdown box. if so, how do i get the box(s) on the request html form populated with the sql server data?

thanx...