Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TextBox formatting
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00673475
Message ID:
00673512
Views:
14
Hi Kamal,
Thanks for the reply. I'm very new to this, and have limited understanding as of yet. Where does this stuff belong (in the aspx.cs?) and where does the onKeyUp="ToUpper(this)" go? Thanks a lot,
jfh
<script language="JavaScript">
<!--
// How to Call: onKeyUp="ToUpper(this)"
function ToUpper(oObject) {
    oObject.value = oObject.value.toUpperCase();
}
//-->
</script>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform