hi all,
i wanted to know if there is a way to generate controls (like a textbox) into a for loop. This means that depending on the result of a query, i will get a number X , and will have to generate X textbox.
I'm affraid not but maybe am i wrong ... Hope so.
ie :
For i=0 to myDataset.Tables("Languages".Columns.Count then
'create the textbox, and set myTextbox.name = ds.Tables("Languages".Columns(i).ColumnName
Next
Best regards,
Elise, XML girl X-)
i wanted to know if there is a way to generate controls (like a textbox) into a for loop. This means that depending on the result of a query, i will get a number X , and will have to generate X textbox.
I'm affraid not but maybe am i wrong ... Hope so.
ie :
For i=0 to myDataset.Tables("Languages".Columns.Count then
'create the textbox, and set myTextbox.name = ds.Tables("Languages".Columns(i).ColumnName
Next
Best regards,
Elise, XML girl X-)