Tag: asp.net
All the articles with the tag "asp.net".
ComponentArt 2008 ASP.NET Ajax controls display problem in .NET 4.0
Published: at 08:39 AMAn overview of a display problem with ComponentArt 2008 ASP.NET Ajax controls in .NET 4.0, and a solution to fix the issue by modifying the web.config file.
BCrypt and ASP.net MVC
Published: at 07:27 AMAn overview of using BCrypt for password hashing in ASP.NET MVC applications, highlighting its advantages for secure password storage.
Change the color of a transparent PNG image icon on the fly using ASP.NET MVC
Published: at 10:33 AMAn overview of using a ColorMatrix to transform the non-transparent pixels of a PNG image on the fly using ASP.NET MVC, including a detailed guide and code examples.
ASP.NET Tip: If your DropDownList items are lost on postback
Published: at 06:55 PMA tip for ASP.NET developers on how to handle DropDownList items being lost on postback by understanding the behavior of EnableViewState.