ddl

  1. B

    Question how do i validate textbox input against drop down list value range

    i have a drop down list with weight range values i.e 1-50 or 51-70 and so forth and i have a textbox that the user enters a value for the weight according to the weight range. i want the user to only enter a value within this range and how do i validate for this
  2. I

    Using a loop to populate a series of Drop down lists

    I have an aspx page with 5 DDLs on it, those DDLs are called for example DDL1 through to DDL5 and will all be bound to the same select statement (they are for 5 different contact fields) I would like to be able to populate the boxes, either all together on page load or one after another so that...
Back
Top