Hi experts,
I have a project working on C# and ASP.Net.
There's a function for my users to delete a project by the project name, which is the primary key.
However, it is not functioning perfectly.
When the project name is two word(second word more than 4 characters), it could not be deleted.
For example, "Mini Cooper"
I've tested, if the second word is within 4 characters such as "Honda City", it can be deleted.
May I know what is wrong?