How To
How to use Repository Pattern in C#
2/16/2024 3:31:55 PM 241
This tutorial shows you how to use Repository Pattern in ASP.NET Core using C#.NET.
How to use Generic Repository Pattern in C#
2/16/2024 3:26:56 PM 235
This post shows you how to use Generic Repository Pattern in C# code
How to Add Active Navigation Class Based on URL
2/16/2024 9:46:12 AM 229
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 204
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 225
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 222
This post shows you how to solve Uncaught TypeError: Cannot read property 'fn' of undefined.
How to Pass string parameter in an onclick function
2/16/2024 9:37:55 AM 366
This post shows you how to pass string parameter in an onclick function javascript.
How to fix 'Requested unknown parameter '6' for row 0, column 6'
2/16/2024 9:36:29 AM 252
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 273
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 238
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 276
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 234
This post shows you how to get data attribute of selected option in javascript.