Hi guys, is there a way that I could encrypt column data in my MVC web app before I insert it into the database and query it afterwards in SQL server using the same key I used to encrypt data in my web application ?
Hi guys I am developing an application using asp. net mvc, I have a page that has a date picker which has an on change method when clicked it reloads the whole entire page with the filtered data based on the date selected on the date picker. My problem is when the page reloads the date on the...