Using the function IsInPageList but not finding items in the results when they contain char /. Is this wrong?
Hi all:
Hope anyone has gone through this before. I came across a validation logic for a property where the value selected is searched and compared to the results of a data page using the IsInPageList utility function. It works fine for the items that do not have special chars like / or -. Why is there a problem with these chars as they are contained within a string and as such (not being an escape or anything)? Also, tried comparing two strings that contained such chars using the equals function and it worked flawlessly. Thank you for shedding some light. Regards,