Hi All,
Wondering if anyone has any experiance of ASP.net and VB scripting? and could help with the following....
I have a few different arrays that pull values from various different database tables. At the moment I am using the Response.Write code to see if the values stored in the array are correct - they all are so far!
Is it possible to somehow display these array values in a table on a page - defing where each array value goes. The problem is it is a dynamic array - so the table that it needs to bind to also needs to be dynamic.
Basically I want to display the dynamic array contents in a table layout on the page.
Thanks
DJ