XML vs HTML
XML vs HTML

Where XML is a markup language but it is not similar to HTML. Which is designed to store data. This is popularly used for data storage or transfer of data. This is case sensitive.

Android ScrollView Control
Android ScrollView Control

Scrollview is used to define the content on the screen. It provides the platform in which content is adjustable according to the content display in a view.

SeekBar in Android
SeekBar in Android

Android provides SeekBar control which is similar to progress bar except it has to drag and drop functionality by which user can adjust the functionality of the control. It is a part of widget category.

How to read and write XML in C#
How to read and write XML in C#

XML (Extensible Markup Language) is a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere.

XML Control in ASP.Net
XML Control in ASP.Net

The XML control is used to display an XML document. XSLT document is used to format the XML document. You can format the XML document with the Transform property.

How to read data from XML file in C Sharp
How to read data from XML file in C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

How to read and write XML file through C sharp
How to read and write XML file through C sharp

How to read and write XML file through C sharpWriting XML file Here I’m creating an XML file through C#.privatevoid btnAccept_Click(object sender,

How to create XML file through C Sharp
How to create XML file through C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st