Data Source Controls - a type of control that is used to retrieve data from a database, such as SQL database, Ms. Access database, middle-tier business object (class) and the XML file. Type data source control, these have the ability work may enter both data (inserting) corrects both data (editing) Delete both data (deleting) and work such as sorting, paging, catching without having to write code. The data-bound controls - a control used for both data (UI) by connecting to a data source control above the source. Data Control Parameters - data source may take a parameter from other sources: data control parameter object data control parameter received from the server control, session, application, cookie and querystring field. Using data control parameter allows the programmer filter both data or master-detail form with minimal coding or none. Local File Database Using SQL Express - to provide convenience to ASP.NET programmer from version 2.0 to allow to create a database file in the application. o Data Source Controls Data source control does not have the role of showing both data on the web page, but it was a work related directly to or represent backend data store Overall, we can use the data source control for connection to and database - business object - xml file or web service and so on.
What's new with asp .net 2.0?
Data Source Controls - a type of control that is used to retrieve data from a database, such as SQL database, Ms. Access database, middle-tier business object (class) and the XML file. Type data source control, these have the ability work may enter both data (inserting) corrects both data (editing) Delete both data (deleting) and work such as sorting, paging, catching without having to write code. The data-bound controls - a control used for both data (UI) by connecting to a data source control above the source. Data Control Parameters - data source may take a parameter from other sources: data control parameter object data control parameter received from the server control, session, application, cookie and querystring field. Using data control parameter allows the programmer filter both data or master-detail form with minimal coding or none. Local File Database Using SQL Express - to provide convenience to ASP.NET programmer from version 2.0 to allow to create a database file in the application. o Data Source Controls Data source control does not have the role of showing both data on the web page, but it was a work related directly to or represent backend data store Overall, we can use the data source control for connection to and database - business object - xml file or web service and so on.