Hi everyone,
First of all I am new to ASP.NET. I want to compare the data entered by user on a textbox with information on the SQL. For example we have two textboxes and user enters a country and a city like France and Paris.And I want to look through the sql database and find the data related to France and compare the city column with the user data.
I haveno problem in accessing to the database and getting the data but I don't know how to compare them.
If there is any function or solution you can suggest ? would be glad.
Thanks
First of all I am new to ASP.NET. I want to compare the data entered by user on a textbox with information on the SQL. For example we have two textboxes and user enters a country and a city like France and Paris.And I want to look through the sql database and find the data related to France and compare the city column with the user data.
I haveno problem in accessing to the database and getting the data but I don't know how to compare them.
If there is any function or solution you can suggest ? would be glad.
Thanks