J
JohnSouth
My ASP.Net site gets a Dataset from a SQL Stored procedure and then
binds Table[0] to a Repeater control in order to display the results.
The default is 10 per page.
Here is the resulting page:
http://www.wherecanwego.com/whats_on/London/events.aspx
I want to insert a Google Adsense panel in the middle of the results,
between records 5 and 6.
The first step seems to be creating 2 tables with 5 records in each,
to bind to 2 repeater controls.
Can someone suggest the most efficient way (speed and memory-wise) of
creating 2 Tables, with 5 records in each, from the original Table of
10 records.
Thanks
John South
Pangbourne UK
binds Table[0] to a Repeater control in order to display the results.
The default is 10 per page.
Here is the resulting page:
http://www.wherecanwego.com/whats_on/London/events.aspx
I want to insert a Google Adsense panel in the middle of the results,
between records 5 and 6.
The first step seems to be creating 2 tables with 5 records in each,
to bind to 2 repeater controls.
Can someone suggest the most efficient way (speed and memory-wise) of
creating 2 Tables, with 5 records in each, from the original Table of
10 records.
Thanks
John South
Pangbourne UK