.Net Tech tips
"Be curious always! For knowledge will not acquire you: you must acquire it."
Pages
27 Jan
Home
About Me
Mahi
ForEach(Minute in MyLife) MyExperience ++;
View my complete profile
Thursday, June 23, 2011
Change First character to upper case
String labelName = Session["EmpName"].ToString();
Lbl_UserName.Text = char.ToUpper(labelName[0]) + labelName.Substring(1);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment