(Anoop Kumar Sharma) In this Post, we will learn how to add Ajax Control Toolkit in Visual Studio.
Tag: JSON / JAVA / XML
Creating HTML Tables with JavaScript/DOM Methods
(Gerd Wagner) The proper way of creating an HTML table with JavaScript and inserting it into the HTML body element is using the DOM methods insertRow and insertCell.
Java.next: Common ground in Groovy, Scala, and Clojure, Part 1
(Neal Ford) The Java.next languages (Groovy, Scala, and Clojure) have more commonalities than differences, converging toward common ground in many of their features and conveniences.
Add Site Columns To Site Content Type On Host Web Using JSOM
(Anit Kumar) In this article, we will see how to add Site Columns to Site Content Type on Host Web using JSOM.
Highlight GridView rows in JavaScript and CSS
(TecNQ) Use JavaScript to manage control layouts, formatting and highlights, without the need for Postback which is not so clean.
Dynamics CRM XML Schema Validation
Sometimes you will find that you need to modify the customizations.xml file from a solution, for example when you want to change the sitemap or other tasks which are done by modifying the xml.
Validation of XML in Data-Centric Systems
(Stephen B. Morris) Data validation remains an un-sexy part of software development. In spite of its importance to the success of so many systems, validation is often added as a nearly optional and sometimes poorly crafted extra.
Save Records Using jQuery, Web Services, and JSON Objects
(Kundan Jha) In this article we will Learn how to save employee records in SQL database using Client Side technologies and webservices.
Custom Message Formatting in WCF to add all Namespaces to the SOAP Envelope
(Rick Strahl) I’ve been working on a WCF client implementation that is calling into a rather peculiar service that is unable to handle messages sent from a WCF SOAP client.
Difference between var and let keywords in JavaScript
(Sheo Narayan) In this post, we shall learn the difference between ‘var’ and ‘let’ keywords of JavaScript. WE shall learn what, why and when about let and var keywords and also const keyword of JavaScript.