i have old asp vb script code,
it seems that this code dynamically generates a table in <table> from array values,
is it possible to do this in the codebenind file of the webform
is it particularly complicated ( because it looks it)
:eek:
Printable View
i have old asp vb script code,
it seems that this code dynamically generates a table in <table> from array values,
is it possible to do this in the codebenind file of the webform
is it particularly complicated ( because it looks it)
:eek:
No, not very complicated. You can use an asp repeater control. The asp repeater control has a Template item which is basically what repeats for each iteration of the loop. You can place the code for your table row in the template item.