hi hameed,
Did you test the loop with alert statement(if client side or response.write if serverside)? As per the code it loops thru
FavList(0,4), FavList(1,4), FavList(2,4), FavList(3,4), FavList(4,4), FavList(5,4)
Coz ubound(FavList,2) is 5
So, i didnt find the subscript 49 there.
|