B
Beza
I have an ArrayList which stores x number of "Policy" objects, where x is
the number of rows returned from a earlier SQL query (therefore it is
changeable).
Each "Policy" has a few methods within it that returns values.
How do I display a row of information for each "Policy" (stored in the
ArrayList) in the browser?
Also, what is the best way of assigning values returned from object methods
to specfic fields in DataLists, DataGrids etc?
the number of rows returned from a earlier SQL query (therefore it is
changeable).
Each "Policy" has a few methods within it that returns values.
How do I display a row of information for each "Policy" (stored in the
ArrayList) in the browser?
Also, what is the best way of assigning values returned from object methods
to specfic fields in DataLists, DataGrids etc?