The data binding through ASP.net is not as fast as the world is; the process of assigning data sources is slow at work. In one way the data binding can be done through ASP .net the user can bind the data from data to data but the user cannot unbind it from the control back into its underlying data source, we cannot call ASP.net as data binding. Actually the ASP.net has got data display mechanism. There are two ways in binding the data through ASP.net the general way of binding the data is list based and it is used to bind the data to a list box.
The web server should be connected to databases it has to retrieve the data and the web server has to process it and format it into HTML and after that it has to be sent to the client. The users can increase the life of the servers by reducing the load on it by using XML and XSL. The extensible style sheet language is a style sheet format for XML documents which is the counterpart to the cascading style sheet in HTML, when the user sends XML and XSL to the client, the client creates HTML for the user the process of the server also becomes fast
"Your Web server has a tough job. It must connect to databases, retrieve data, process it, format it into HTML, and then send it to the client. Increase the life of your server by reducing the load on it using XML and XSL. The eXtensible Stylesheet Language (or XML) is a style-sheet format for XML documents that is the counterpart to the Cascading Style Sheet (CSS) in HTML. By sending the XML and XSL to the client, and having the client create the HTML for you, your server can spend time doing other things, like processing credit card
Overview
Data binding provides a way for developers to create a read/write link between the controls on a form and the data in their application (their data model). Classically, data binding was used within applications to take advantage of data stored in databases. Windows Forms data binding allows you to access data from databases as well as data in other structures, such as arrays and collections.
Binding Context
Each Windows Form has at least one BindingContext object that manages the CurrencyManager objects for the form. For each data
Before we start talking about XML and databases, we need to answer a question that occurs to many people: "Is XML a database?"
An XML document is a database only in the strictest sense of the term. That is, it is a collection of data. In many ways, this makes it no different from any other file -- after all, all files contain data of some sort. As a "database" format, XML has some advantages. For example, it is self-describing (the markup describes the structure and type names of the data, although not the semantics), it is portable (Unicode), and it