Monday, May 25, 2020

Encryption Password for custom user login in ASP.NET Core 3.1 MVC


For Login form, sometimes we want just to create by ourself, eventhough there are a lot options built-in login form available. Today I want to share how to create a hashed password in login form IDataProtectionProvider.


Thursday, May 7, 2020

How to display image ads rotating in ASP.NET C#

Here, I want to share how to display image ads rotating in ASP.NET C#.

If you are using master page, you can add a new web form with master page and then add Timer & Panel, and then Click Tools Box and search for AdRotator.  Put the AdRotator inside the panel.