tried to choose a random value from array (filled with ids from db) and it throws Index was outside the bounds of the array.' sometimes, why? – Asp.net
basically when in another page someone chooses a category it redirects him to this page and adds "?category=(category he choose)" to the url, then it checks in this page what's his category and pulls the ids from db where the…