query string with int
query string with int
amittai1995
Posts: 2Questions: 1Answers: 0
I have a table with id and name. Some names consist of numbers.
When I try querying for the numbered names in the table, it only searches the table by id.
How can I resolve this?
This discussion has been closed.
Answers
Hi Amittai1995,
Would you be able to create a live example, see the FAQ here. This will help us to understand your problem.
Cheers,
Colin
yea I noticed but I'm not sure what to copy exactly from my code
Anything would be a help!
As you can see in this example, the table has a numeric ID, as does the input control, and everything is working as expected. So it's likely to be something in your code.