Hi, I was using "String.ToLower()" function in my web based form to change the value of a text box to lower case in the code behind but it is not working. But, this works fine in infopath client. I am writing code as follows: XPathNavigator lastNameNavigator = this .CreateNavigator().SelectSingleNode...