F
Flip
I have created an object and added a bunch of them to an IList. What is the
suggested way to display them using ASPX? I'm currently doing it the old
ASP (or worse, the JSP) way of coding up an html table and scriptlet tags
iterating through the IList calling the getters.
But that seems a bit cumbersome and some how my gutt tells me that's not the
best .NET solution. Can anyone suggest a better way?
I've looked at the Repeater control, but all the examples I've read show me
how to do this with a database, but I'm creating the objects in the IList.
Thanks.
suggested way to display them using ASPX? I'm currently doing it the old
ASP (or worse, the JSP) way of coding up an html table and scriptlet tags
iterating through the IList calling the getters.
But that seems a bit cumbersome and some how my gutt tells me that's not the
best .NET solution. Can anyone suggest a better way?
I've looked at the Repeater control, but all the examples I've read show me
how to do this with a database, but I'm creating the objects in the IList.
Thanks.