How To
How to get all roles for user ASP.NET
By Tan Lee Published on Feb 18, 2024 557
This post shows how to get all roles for user asp.net mvc identity.
How to se 'Require strong password in ASP.NET Identity'
By Tan Lee Published on Feb 18, 2024 443
This post shows how to configure a require strong password in ASP.NET Identity using C#.NET.
How to implement Google reCAPTCHA in ASP.NET MVC
By Tan Lee Published on Feb 18, 2024 489
This post shows how to implement google recaptcha in ASP.NET MVC using C# code.
How to fix Checkbox value always give 'false' in jquery.serializeJSON plugin
By Tan Lee Published on Feb 18, 2024 752
This post shows you how to de-serialize JSON data of check box values or how to fix 'checkbox value always give 'false' in jquery.serializeJSON plugin'
How to use TempData Keep() vs Peek() in ASP.NET MVC
By Tan Lee Published on Feb 18, 2024 590
Your object in a TempDataDictionary is read, it will be marked for deletion at the end of that request
How to fix 'woff and ttf fonts 404 not found'
By Tan Lee Published on Feb 18, 2024 626
When publishing your web site to IIS or running your project in Visual Studio and you encounter errors.
How to use Repository Pattern in C#
By Tan Lee Published on Feb 16, 2024 607
This tutorial shows you how to use Repository Pattern in ASP.NET Core using C#.NET.
How to Add Active Navigation Class Based on URL
By Tan Lee Published on Feb 16, 2024 416
If you got a problem with highlight the active link in a navigation menu when selected, this example might help you solve it.
How to Display popup message in Javascript
By Tan Lee Published on Feb 16, 2024 408
This post shows you how to use javascript popup window to alert a message box.
How to Show message instead of alert
By Tan Lee Published on Feb 16, 2024 472
To show a message instead of using the alert box you can insert a hidden div on your form and show it instead of using the alert.
How to fix 'Uncaught TypeError: Cannot read property 'fn' of undefined'
By Tan Lee Published on Feb 16, 2024 441
This post shows you how to solve Uncaught TypeError: Cannot read property 'fn' of undefined.
How to fix 'Requested unknown parameter '6' for row 0, column 6'
By Tan Lee Published on Feb 16, 2024 643
This post shows you how to fix 'Requested unknown parameter '6' for row 0, column 6' when using jquery.datatable.net