I have a database which is saving "Address" in one cell (i.e. "123, Park Avenue, New York, USA")
I am wondering how I would display those on my front end in separate ASP Text Boxes as if they are stored separately?
So when displayed on the front end it would look like
123
Park Avenue
New York
USA
All in separated text boxes.
My query is pulling the one entry through to the front end but I dont know how to "Split" it?