Pues no, anomalia no. Según tu codigo, tendría que quedar asi:
Código:
Set RS = Server.CreateObject( "ADODB.Recordset" )
strSQLQuery = "SELECT * FROM bikes WHERE bike_cat='MB' ORDER by bikeID asc"
'Need a rich cursor type to support paging
rs.CursorType = 3 'adOpenStatic
'Set the number of records in each page to 10
rs.PageSize = 12
rs.Open strSQLQuery, con
'Set the current page based on the QueryString value
Eso tendría que quedar así. Si no te funciona, entonces, me tienes que deci dos cosas:
1º) Que error te arroja
2º) Como demonios metes en la tabla bike_cat las que son mountan bike.
A ver si así ya va ... xDD