I am using onkeyup=\"this.value=this.value.toUpperCase();\"to change input text value in uppercase. This is working but my need is to change a single letter in
Like kristoffer says, probably best to use the style, and convert serverside.
There's also a jQuery plugin to force uppercase:
http://plugins.jquery.com/plugin-tags/uppercase