TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Markup
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shresth Jaiswal (3)
Mahesh Chand (3)
Shweta Lodha (2)
Mahadesh Mahalingappa (2)
Priyaranjan K S (1)
Anubhav Chaudhary (1)
Punar Dutt Rajput (1)
Sachin Kalia (1)
Mahak Gupta (1)
Siddhesh Chalke (1)
Umair Hassan (1)
Debendra Dash (1)
Mahsa Hassankashi (1)
Prasham Sabadra (1)
Shiju Joseph (1)
harikishan.jayaraj (1)
Bechir Bejaoui (1)
Nakul Goyal (1)
Jean Paul (1)
Shivani (1)
Faheem Iqbal (1)
Mamta M (1)
Jaganathan Bantheswaran (1)
Mohammad Elsheimy (1)
Syed Ahmed (1)
Ramy Mostafa (1)
Related resources for Markup
No resource found
Magnific Pop Up.js Implementation To Zoom In Pictures
9/4/2024 7:27:59 AM.
This article explains how to implement Magnific Pop Up.js to display full-sized images in a pop-up on a webpage, avoiding the need to navigate away from the page. The guide provides step-by-step instr
How to Create an HTML Report by Using Inline Code in ASP.NET
5/17/2024 10:19:28 AM.
Learn to generate HTML reports in ASP.NET by embedding server-side code directly into HTML markup, enabling dynamic content creation and data presentation seamlessly within web applications.
How to validate HTML Code with W3C Validator?
4/25/2023 9:33:50 AM.
Use of W3C validator tool to validate HTML Code.
Cross-Site Scripting Attack in MVC4
5/27/2021 10:13:48 AM.
In this article, we will explore Cross-Site Scripting in an MVC application. In general, this is the most dangerous threat by hackers.
Replace a Page With a New Markup in JavaScript
4/14/2020 1:22:11 AM.
This article explains how to write to the same document or replace the page with the new markup in JavaScript.
Custom MarkupExtesion For Binding Enum To ComboBox In WPF
9/25/2018 8:32:37 AM.
In this article, you will learn about custom MarkupExtesion for binding enum to ComboBox in WPF.
Custom Markup Extension In Xamarin.Forms
6/1/2017 10:58:12 AM.
In this article, we learn to make our own custom markup extension in xamarin.form.
Storing XML Data In SQL Server
10/11/2015 2:00:21 PM.
In this article you will learn how to store XML data in SQL Server.
Security On The Web By Advanced Encryption Standard (AES) and Security Assertion Markup Language (SAML)
9/23/2015 1:32:12 AM.
In this article you will learn security on the web by Advanced Encryption Standard (AES) and Security Assertion Markup Language (SAML).
Quickstart With XML: Part 3
5/18/2015 6:36:47 PM.
In this article, we will learn about the eXtensible Markup Language.
Quickstart With XML: Part 2
4/9/2015 7:51:46 PM.
This part provides simple syntax rules to write a XML document. It is a complete XML document.
Quickstart With XML: Part 1
4/9/2015 7:42:19 PM.
In this article we will learn about the eXtensible Markup Language.
Dynamically Selecting DataTemplate For WPF ListView: Solution 2
2/6/2014 12:22:47 PM.
In this article, I am discussing an alternative way to dynamically select a DataTemplate for a WPF ListView.
Dynamically Selecting DataTemplate For WPF ListView: Solution 1
2/5/2014 11:16:28 AM.
Here I will show how to select various types of DataTemplates for a WPF ListView based on the data.
Content Types in SharePoint 2010
12/2/2013 5:19:33 AM.
But before going into more details, let's first discuss briefly what the content types are.
CAML Query Designer in Sharepoint 2013
5/1/2013 1:13:00 PM.
Collaborative Application Markup Language (CAML) is an XML-based query language. CAML Designer is a tool that helps you to generate CAML queries to SharePoint lists.
The "SplashScreen" parameter is not supported by the "MarkupCompilePass1" Error
9/30/2012 3:51:15 AM.
You get the "SplashScreen" parameter is not supported by the "MarkupCompilePass1" error message when create and run WPF applications in Visual Studio 2008 SP1.
Bulk Data Transactions using OpenXML
9/29/2012 7:24:30 AM.
OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
How to Debug WPF Data Binding markup extension
9/29/2012 7:16:26 AM.
In this article we will see How to debug WPF Data Binding markup extension.
XML Strengths and Weaknesses with DOM, ASP, and XSL
9/29/2012 6:17:46 AM.
In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
Collaborative Markup Language (CAML) Query Builder in Sharepoint 2010
9/11/2012 5:46:30 PM.
In this article we can explore the SharePoint 2010 free tool CAML Query Builder.
XML Namespaces
5/20/2012 6:29:23 AM.
In this article I will explain you about XML namespace, DTD and schemas and Extensible Hyper Text Markup Language.
Working with XML
5/20/2012 6:29:03 AM.
This article begins with basic definitions of Hypertext Markup Language (HTML), XML, and other Web-related technologies.
Mobile Device Capabilities
5/19/2012 6:42:55 AM.
This article explains about mobile devices and their capabilities.
How to Automatically Send a Resolution Optimized Markup of a Web Page to the Client
5/15/2012 2:49:48 PM.
This article will tell you about a technique through which you can make intelligent ASP.NET websites which will automatically detect the resolution of the visitor's desktop and generate a resolution optimized mark-up of a page, not forcing the visitor to keep the resolution of his/her desktop according to the website's best view resolution.
Custom Markup Extensions in Silverlight 5: Part 2
8/21/2011 4:12:53 AM.
In this article we are going to continue to learn about the Custom Markup Extensions in Silverlight 5 .
Custom Markup Extensions in Silverlight 5: Part 1
8/20/2011 11:34:33 PM.
In this article we are going to learn about the Custom Markup Extensions in Silverlight 5 .
Creating a Custom Markup Extension in WPF
7/8/2011 12:43:26 PM.
Custom Markup Extension enables you to extend XAML and set any property that can be set in XAML using attribute syntax.
Custom Markup Extension in Silverlight 5 Beta
6/15/2011 3:41:15 PM.
This article will talk about Custom Markup Extensions.
What's New in Silverlight 5 - XAML Changes
5/9/2011 6:20:20 PM.
In this article, we’ll have a brief discussion of the new XAML features of Silverlight 5.
Translate Driving directions from Google Maps in XML format
1/28/2010 11:27:43 PM.
In this article, I demonstrate on how you can integrate the Keyhole Markup Language document in Asp.net using C#.
Parsing Markup to represent it as Objects
4/1/2009 12:44:11 AM.
Here I place a project I made that takes any markup and turn it in form of a MarkupDocument with elements and attributes, content etc.