Search results for query: *

  1. M

    select an item in a combo/dropdown box from an incoming database return

    first i call the list of available items into the combo box, this works beautifully. then the next step is populating the datagrid with the data from the mysql database. its at this point when the datagrid tries to insert a value(to display) into the combo box that it throws a wobbler...
  2. M

    select an item in a combo/dropdown box from an incoming database return

    hi all im writing some software at the moment, i have a mysql database backing it all and i have a page called "edit items". its basically a datagrid which displays all the rows from the sql database in the products table. now i identified a problem which is that if i leave the "category" area...
Back
Top