How To

How to use TempData Keep() vs Peek() in ASP.NET MVC
2/18/2024 1:02:18 AM  447

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'
2/18/2024 12:58:45 AM  492

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#
2/16/2024 3:31:55 PM  465

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
2/16/2024 9:46:12 AM  327

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
2/16/2024 9:44:16 AM  325

This post shows you how to use javascript popup window to alert a message box.

How to Show message instead of alert
2/16/2024 9:42:37 AM  353

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'
2/16/2024 9:41:32 AM  311

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'
2/16/2024 9:36:29 AM  450

This post shows you how to fix 'Requested unknown parameter '6' for row 0, column 6' when using jquery.datatable.net

How to fix popper.js in bootstrap 4 gives SyntaxError Unexpected token export
2/16/2024 9:34:26 AM  642

This post shows you how to fix 'popper.js in bootstrap 4 gives SyntaxError Unexpected token export' in javascript.

How to get @Url.Action url in a separate script file?
2/16/2024 9:31:22 AM  473

This post shows you How to get @Url.Action url in a separate script file

How to Add new row to datatable using jquery datatable
2/16/2024 9:29:50 AM  578

This post shows you how to add new row to datatable using jquery datatable.net

How to get the name of a select option using jQuery
2/16/2024 9:28:10 AM  463

This post shows you how to get data attribute of selected option in javascript.