Search results

  1. Mtrevor

    C# Encrypting data from mvc web application and decrypting in from SQL Server using custom defined key.

    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 ?
  2. Mtrevor

    JavaScript Jquery datepicker resets to current date when page reloads

    Yes, I do pass the date as the parameter but unfortunately I can't share the code, but if you can share some code please do.
  3. Mtrevor

    JavaScript Jquery datepicker resets to current date when page reloads

    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...
Top Bottom