Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple string functions
Message
From
05/02/2005 22:06:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/02/2005 14:58:33
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00983603
Message ID:
00984264
Views:
16
>Hello,
>I am a complete and total newbie to ASP.NET, but I do have a bit of VB.NET experience. Anyway, I inherited an ASP.NET app, and I am having all sorts of troubles. Do string functions, such as UCASE() work in ASP.NET? If not, what can I do as an alternative?
>
>Thanks!
>
>MAC

ToLower(),ToUpper()... string methods are available to all .Net applications. ie:

txtBox1.Text = "uppercaseme".ToUpper()

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform