(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
Convert CellSet to HTML Table and From HTML to JSON and to Array
(Sibeesh Venu) For the past few days I have been working on ADOMD and MDX. I encountered a situation where I need to convert my Cell Set to a HTML table and render it to the client-side Grid. So I thought of sharing that with you all.
JQuery: Synchronize two ASP.Net text boxes
(Suvendu Shekhar Giri) As the title suggests, this post is about interacting with two ASP.Net text boxes. If any change/interaction happens to one of the text boxes then we’ll try to do the same to the other text box, programmatically.
Utilize HTML5 ContentEditable In ASP.NET MVC To Edit View Content
(Bipin Joshi) Usually ASP.NET MVC developers create two separate views for displaying data in read-only and editable form. Although this technique works well, you can utilize a feature of HTML5 to conveniently read as well as edit data on the same view.
Implement a Service-Oriented Architecture with REST APIs
(Michael Sansoterra) For quite a while, we’ve all heard the buzz surrounding a “service-oriented architecture” (SOA). The promise of SOA is to allow applications to communicate with one another in real time, whether on a private network or across the world, using the platform-independent, standard H
Getting Started With ASP.Net Web API 2 : Day 10
(Rajeev Ranjan) In this article we will learn about the Self-Host ASP.NET Web API. Without IIS we are able to run our Web API using the Web API self-hosting capabilities.
How to Conditionally Filter the data in text file in Java
(Member 10843807) If you perform conditional filtering on text files in Java alone, you may meet the following problems:
Create and Consume WCF Restful Service Using jQuery
(Rahul Kumar Saxena) This article will show how to create Representational State Transfer (REST) services in WCF and how to consume REST WCF services in ASP.NET and C# applications using jQuery.
Learn HTML 5 in 3 days – Day 1
(Marla Sukesh) HTML 5 is one of the hot topic in recent days. So I decide to write a complete learning tutorial about same. It’s going to be a 2 days series article. We will start with very basic features and move towards advanced features and scenario in step by step fashion.
ORTC – A New Protocol for HTML5 Web Apps
(Rami Sayar) Have you heard of a protocol called ORTC? You can use it to embed audio and video calling in your HTML5 web app without any plugins!
