datalist display adsense after particular row
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi my datalist web control is bound to a database. i want to display google adsense after 3rd row. i am not sure how i can do that. could someone please help or guide me to right direction
-
I haven't done this, but the first thing I would try is using the OnDataBinding event of the datalist and insert a row if the index is 3. Make sure you don't lose the 4th row of data though.