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
Adarsh Balachandran
NA
21
5.5k
How to mention string value that is not case sensitive
Feb 20 2014 3:44 AM
Hi, I want to declare a string value in a WPF application.
Example
:
private void
button1_Click(
object
sender, RoutedEventArgs e)
{
if
(textBox1.Text ==
"Name"
)
{
label1.Content =
"This is "
+ textBox1.Text;
}
}
If the user enter NAME/ name/ Name the if condition should apply and give the corresponding output
ie
. label1
should display
This is Name/ NAME/etc.
Reply
Answers (
3
)
How to create word document
c# communication with Ab PLC