I am using notepad to create an aspx page. What is the .NET equivalent of VB6 Ucase() ?
Thank you.
dim str1 as string ="hello"
Response.Write(str1.ToUpper)
IIS
0 comments:
Post a Comment