M
Miguel Orrego
I have a form which people use to register in a database. The form passes
the input data to an asp page that then updates the database.
The thing is, people often don't bother starting their firstname & surname
with a capital letter on the form. When this data is dispalyed on other
pages it would look so much better if they did.
Does anybody know a way of manipulating the input so that I can substitute
the first letter of an input string for a capital letter before I update the
database?
Some code would be great.
Cheers.
the input data to an asp page that then updates the database.
The thing is, people often don't bother starting their firstname & surname
with a capital letter on the form. When this data is dispalyed on other
pages it would look so much better if they did.
Does anybody know a way of manipulating the input so that I can substitute
the first letter of an input string for a capital letter before I update the
database?
Some code would be great.
Cheers.