Hi All,
I am querying city names from a table name country and displaying it as hyperlink. It is coming correctly.
But on clicking on any city it should some information which I bring from other tables. It works fine if City Name is not having any space, like Delhi, Mumbai etc.
But, when the City Name comes like - Montera Cty, ABC XYZ etc, then my program fails. I printed and found that these city names are going like Montera%20fCty, ABC%20fXYZ
Then, in my program, I removed the special character sequence "%20f" with space " ". Now, I am getting error Array Out of Bound Exception.
If anybody have any idea, please suggest how I can handle this problem or If I am doing anything wrong.
I will be very thankful.
Thanks in advance.