Wednesday, March 3, 2021

Partial views in bootstrap modal using AJAX

 This article explains how partial views can be used in bootstrap modal for CRUD operations on a related child entity. It uses ajax to dynamically load and save content displayed in a bootstrap modal dialog box.


https://www.codeproject.com/Articles/786085/ASP-NET-MVC-List-Editor-with-Bootstrap-Modals

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...