(Vivek Goyal) Here are the steps to add ajax HMTLEditorExtender control in webform.1. In VS 2013 open Tools > Library Package Manager > Package Manager Console.2. Enter command : PM> Install-Package AjaxControlToolkit .
Tag: JSON / JAVA / XML
Export GridView Records to XML Using ASP.Net C#
There is often a need in a project’s reporting module to export GridView Records to XML. So by considering that requirement I decided to write this article especially focusing on beginners and those who want to learn how to export a GridView to XML using ASP.NET C#.
How to Get SQL Column Values as Comma Separated String using XML Path Method
(banitabisht) There are many scenarios where we have to show the values of column value as comma (or any other special character) separated string in result set.
Step-by-Step: Automated Provisioning for Linux in the Cloud with Microsoft Azure, XPlat CLI, JSON and Node.js ( Part 2 )
(KeithMayer) There’s lots of tools that can be leveraged for automating Linux workloads on Microsoft Azure, including Azure Automation, PowerShell DSC for Linux, VM Agent Custom Scripts, Cloud-Init, XPlat CLI for Azure, Vagrant, Docker and third-party tools such as Chef and Puppet.
Showing Images Using XML in MVC 4
The following procedure can be used to create a sample of showing images using XML in MVC 4.
jQuery and JavaScript Coding: Examples and Best Practices
(Alex Holt) When used correctly, jQuery can help you make your website more interactive, interesting and exciting.
Value Semantics
(Paul M Watt) Value semantics for an object indicates that only its value is important. Its identity is irrelevant. The alternative is reference/pointer semantics; the identity of the object is at least as important as the value of the object.
Step-by-Step: Automated Provisioning for Linux in the Cloud with Microsoft Azure, XPlat CLI, JSON and Node.js ( Part 1 )
(KeithMayer) Since previously publishing the Quick Start Guide for Building Highly Available Linux Servers in the Cloud on Microsoft Azure, several people have asked me about ways in which Linux workload provisioning can be automated with Azure.
Java Bytecode Reverse Engineering
This article is especially designed to crack Java executables by disassembling their corresponding bytes code. Disassembling of Java bytecodes is the act of transforming Java bytecodes into Java source code.
JavaScript Frontend Web App Tutorial Part 2: Adding Constraint Validation
(Gerd Wagner) This article is an excerpt from JavaScript Frontend Web Apps Tutorial Part 2: Adding Constraint Validation, which is part of the open access book Engineering Frontend Web Apps with Plain JavaScript. It is Part 2 of a five part tutorial about engineering frontend web applications with p
