Horizontally
i am trying to display records horizontally and it shows an error which is
error '80020009' Exception occurred.
/store/search2.asp, line 74
the error is on this line
Response.Write("<td>" & objPagingRS("Sub_Item") & "</td>")
it displays the first record
View Replies
I am displaying my records horiztonally and i have set a limit on the records to be shown on my page the limit is 5 records per page and i have a category which has 8 records.
the code was working fine with paging when the records were displayed vertically but when i added the code so that it displays horizontally its giving this error:
error '80020009'
Exception occurred.
/store/search2.asp, line 78
and line 78 is this one
Response.write("<div class=""prodsub"" id=""" & objPagingRS("Sub_Item") & """>")
my code:
View Replies
View Related
How can I display records horizontally for 4 or 5 records in a row and move to the next row again to display the next 4 or 5 records again... Code:
View Replies
View Related