Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
how to compare two string in the csharp web application
Sairam
14y
3.4k
1
Reply
how to compare two string in the
csharp web application
if(arrStr.Equals(temp))
{
Response.Write("equal");
}
else
{
Response.Write("not");
}
results always "not" even when 2 strings are equal
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Configuration system failed to initialize smtpop.dll
string comparison and replacement