Replies: 2 comments 5 replies
-
Can you pass a example of items_on_market to validate? Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
-
Add a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello. I'm making something like a small store catalog. From the SQL database I get information about what products are currently in the store, after which I go through them in a loop and add them to the GridView in the form of a clickable container with pictures. When I click on a container, I want it to redirect me to that product's page, but no matter what I do, it always ends up that I only get a link to the very last item in the store - the rest are simply skipped. I can't figure out what's wrong. If anyone knows, help) A piece of code is below.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions