TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gustavo
NA
1.3k
454.4k
ToLower is not working for me.
Mar 12 2010 9:18 AM
Hello:
I am trying to lower case a string, can someone help? The ones in red and underlined are the issue.
string
Object_ID =
""
;
string
Object_Type =
""
;
string
Object_ID_LowerCase =
""
;
string
Object_Type_LowerCase =
""
;
Object_ID = ((
TextBox
)sender).Name;
Object_ID_LowerCase =
Object_ID.ToLower
;
Object_Type =
((
TextBox
)sender).GetType();
Object_Type_LowerCase =
((
TextBox
)sender).GetType();
Reply
Answers (
3
)
C#, Form, Control ... Showing a non-blocking message to user without any button
How do I: Get the Form name in a Form?