How to compare two strings with out Case sensitive ?
Answer Posted / sekar thangavel
sting.Equals(string a,string b)
Explanation:
Determines whether two specified system.string objects have
the same values,a parameter specifies the culture,case and
sort rules used in the comparison
Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain in what order a destructors is called.
Is asp net front end or backend?
Explain how can you debug your .net application?
How is application management and maintenance improved in asp.net 2.0?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Define what is razor? : asp.net mvc
What are the events that happen when a client requests an asp.net page from iis server?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain what does mvc represent in asp.net? : asp.net mvc
when a request is made in Life cycle of ASP.NET page .
What is asp.net master page?
What is cross page posting? How is it done?
Explain how asp.net page works?
Describe the disadvantage of cookies.
What is Dynamic Web and discuss its usage with the help of real life examples?