validation code By Krunal Shah 11 Oct, 2017 function YourButtonClickEvent() { var validation = Page_ClientValidate(); if (!validation) { …
execute code By Krunal Shah 11 Oct, 2017 //Create user starts SqlParameter[] spar = new SqlParameter[12]; spar[0] = new SqlParameter("@Use…
jquery validation and calculation By Krunal Shah 11 Oct, 2017 $(document).ready(function () { $(function () { $('.allow_only_decimal').on(…
Sqlget By Krunal Shah 11 Oct, 2017 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Configuration; using…
.Net Cursor Example Sql Sql Server What is Cursor in SQL Server with Example By Krunal Shah 31 Mar, 2017 o use cursor in sql server that syntax will be like as shown below Syntax to Create Cursor DECLARE …
.Net Difference IDENT_CURRENT IDENTITY SCOPE_IDENTITY Sql Server SQL Server Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT By Krunal Shah 31 Mar, 2017 @@IDENTITY It will return last or newly inserted record id of any table in current session but it’s not limited t…