Hello,
I am trying to build rows from a query (easy)
But in each row, I need to have a form that contains
a select list. The select list has to be filled by
another query.
Maybe I'm just too tierd, how can I pass all of the
option tags to my row query?
while(build this row from a query)
{
build a select statement and fill the options list
with dynamic data (a complete list, not just one at
a time like the parent while is doing).
<option>dynamic element</option>
<option>dynamic element</option>
<option>dynamic element</option>
<option>dynamic element</option>
Done
}
Thanks!
Don
Working sick stinks! dstefani (Don)
I am trying to build rows from a query (easy)
But in each row, I need to have a form that contains
a select list. The select list has to be filled by
another query.
Maybe I'm just too tierd, how can I pass all of the
option tags to my row query?
while(build this row from a query)
{
build a select statement and fill the options list
with dynamic data (a complete list, not just one at
a time like the parent while is doing).
<option>dynamic element</option>
<option>dynamic element</option>
<option>dynamic element</option>
<option>dynamic element</option>
Done
}
Thanks!
Don
Working sick stinks! dstefani (Don)