I've done this with asp.net repeaters. You put a gridview in a repeater and bind the repeater to the data that will occur 'n' times. In the repeater's ItemDataBound event you can work with the gridview belonging to the repeater instance.
Didn't you want to post this is the asp.net forum rather than asp/vbscript?




Reply With Quote