by John Avis | July 23, 2014 | ASP.NET Web Forms ASP.NET MVC
((System.Data.Entity.Validation.DbEntityValidationException)$exception).EntityValidationErrors
by John Avis | February 20, 2019
I was recently doing some work on a website which has a mixture of older Classic ASP pages and ASP.NET Web Forms pages and ran into problems with custom error pages.
by John Avis | February 9, 2018
On an ASP.NET Web Forms page with multiple UpdatePanels it’s nice to give the user some feedback when one of the panels is being updated.
by John Avis | July 6, 2017
There are a few methods for hiding and showing Bootstrap 3.x and 4.x modals in an ASP.NET Web Forms application. This technique is pure ASP.NET (requires no client script) and allows you to show and hide modals by changing the Visible property of a containing PlaceHolder or Panel.
Comments
by Ben Hudelson | March 15, 2016
Thanks. Saved me some time.
Reply