Role permissions in mvc In this we will discuss roles permissions Table Structure Model public class Permissions { public int MainMenuID { get ; set ; } public bool CanAdd { get ; set ; }…
Push checked rows to Array var Dev = new Array(); $( "#tblDev tbody tr" ).each( function () { var chkdev = $( this ).find( 'input[type="checkbox"]' ); …
lazyloading is a why to load records on demand. when user scroll the page to view more records the system will display more records. Steps.. Create asp.net website in visual studio create a stored p…
Insert/Read record(s) to/from Database Through jquery in asp.net by calling webservice (.asmx) method Webservice method can be called via jquery $.ajax({}) if the underlying webservice is marked with…
CRUD (Create, Read, Update, Delete) in asp.net MVC 5 using jquery jquery and bootstrap is included by default in MVC5. We can easily develop ajax application easily in MVC5 using jquery. Js…
Copyright (c) 2020 Asp Jet All Right Reserved