Author Topic: Quick HTML/ASP Question  (Read 696 times)

0 Members and 1 Guest are viewing this topic.

Offline Flipside

  • əp!sd!l£
  • 212
Quick HTML/ASP Question
I didn't choose to use them, don't blame me.

I'm writing an application for part of my work project and I'm having a problem, basically, I have a field in Access called 'ContactName', which contains the entire name of a contact, the problem is that, should I use Response.Write to view the contents of that field in an ASP script, it works fine, but if I try to apply that data as the contents of a Form, i.e. creating an online document for editing said data, it stops at the first Space symbol.

I knew it did this for field-names, that makes sense, but it makes no sense at all that it should do it for 'Text' style data itself.

Is there any way around this, or should I think about dividing up the Contact Names into First and Second name, which is, to be honest, pointless from a data-access point of view, and actually creates more work later during more complex searches.

Any hints would be appreciated ;)