How to compare two strings with out Case sensitive ?
Answer Posted / manu
with
String.Compare(string a,string b) [result 0 only when it
is equal- since it compares by subtracting ascii of b from
ascci of a)
or
String.Equals(string a,string b) {true if it is equal]
we can achieve the same
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How would you create a permanent cookie?
What do you mean by authentication?
What are the events in a page life cycle?
Where is http session stored?
What is session id in web application?
How to Insert/Add in ASPXgridview
What is the difference between GridView and Repeater controls in ASP.NET?
What is difference between viewstate and session state in javascript?
How do sessions work?
What is ispostback property?
How can you implement encapsulation in asp.net?
What events will occur when a page is loaded?
What is asp.net and how it works?
Can we use MSSql as backend in asp.net...if yes then How.?
How can we identify that the page is post back in asp net?