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…