hi all,
i am using asp.net 2.0, and both MS SQL 2000 and 2005
i have a table -login like below
UID UserName Password
1 test test
i want to login to a web application using this username and password
but, what i want is, it should be case sensitive
a user shall be able to enter in to the application only if he enters username -test and password -test
he shall not enter for other combinations like TesT, Test, tesT etc...
how shall i do that?
thanks in advance