Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Data Binding


Search:
What's New - What's Hot
A Crash Course on Custom ASP.NET Data-bound Controls     
Total Hits: 116  |  Today: 0Author: Dino Esposito      Rating:  
Read Reviews | Write Review |  Your Rating: 

Data-bound controls require a data source property and a set of string properties that link to particular columns of the data source. In addition, they need an Items collection property to track all the building blocks of the control's user interface. Finally, a well-done data-bound control supports styles and custom events....

HOW TO: Store Data in Application Scope Using ASP.NET and Visual C# .NET (Q311515)     
Total Hits: 408  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to store application-wide data through the Application, Cache, and AppSettings objects. Application-wide data is data that is available to the entire Web application....

Retrieving Data From SQL Server 7.0 with C#      
Total Hits: 601  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here is a quick and easy sample program in C# to retrieve data from SQL Server 7.0. There are 4 steps involved in doing this....

ASP.NET DATASET vs. ASP RECORDSET SPEED TESTS: WHERE'S THE FIRE?      
Total Hits: 1148  |  Today: 0Author: Peter A. Bromberg      Rating:  
Read Reviews | Write Review |  Your Rating: 

An excellent and well researched article about ADO .NET performance for our site....

INFO: Performing Inline Data Binding with the ObjectList Control     
Total Hits: 1751  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article illustrates how to use an ObjectList control to perform data binding within a template. The code samples in this article demonstrate how to perform data binding in the ItemDetails, Item, and AlternatingItem templates....

Data Binding Techniques     
Total Hits: 1367  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Data binding seems great if all you want to do is display a spreadsheet of information on a page, but what about if you only want to display FieldA if FieldB has a certain value? Or, what about if FieldC needs to display a value that is derived from the Sum of FieldD & FieldE? The list goes on. In this article I'd like to present one of the ways that I go about solving these issues. Let's get started. Firstly, we'll create a function that returns a data source that we can play with....

Retrieve Data Easily     
Total Hits: 953  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Probably the hardest thing about learning the .NET platform is knowing where to begin. For my money, knowing how to create data access application code is a top priority. So understanding the basics of programming ADO.NET, the successor to ActiveX Data Objects (ADO), would seem a decent place to start....

Binding ASP.NET Controls to Data     
Total Hits: 1020  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

In Microsoft .NET, Web pages consist mostly of server-side controls that make possible a modern, object-oriented programming style. But can you program the controls to make them sensitive to data sources? And, more important, can you do so automatically, with limited programming effort? Of course programmers would heartily welcome a programming-free method for associating rows of data with controls such as drop-down lists and grids. Data-bound controls are .NET’s solution to the growing demand f...

Data Binding in Silverlight with RIA and EntityFramework – Part 1 (Displaying Data)  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Manas_Patnaik      Rating:  
Read Reviews | Write Review |  Your Rating: 

Data binding plays a major role for any technology.If you want me to rate the the learning experience of SL then surely Data Binding is going to be one of the prime destination through journey.Lots of article written and quite a lot of post are available on this specific topic , but with this series of posts tries to introduce you to the concept with minimum content and with a real time sample....

Asp.Net Menu Control Binding with XMLDataSource  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Moderator1      Rating:  
Read Reviews | Write Review |  Your Rating: 

Asp.Net Menu Control is a new and coolest navigation control. By using this we can build the navigation system of a website very dynamically. Even complex navigation can be made simple by using this Menu Control. This Menu Control can be completely collapsed or completely expanded down to any level. This Menu Control is an ideal control when you have lots of options for the user to choose. You can customize the look and feel of the menu control as you like by defining the properties of the contr...

Filter Items in the Dropdown control after DataBinding  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: SKRaj78      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes requirement may come to bind some of the items present in the datasource (like dataset) to the dropdown control. By default all items in the datasource will be shown.

Assume we have one web form; with mutliple dropdown controls (dropdownlist1,dropdownlist2,dropdownlist3..) and 2 database tables category and values; One to Many relationship exists between category and values tables....

Data binding in ADO.NET - Part 4  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Naimishforu      Rating:  
Read Reviews | Write Review |  Your Rating: 

The DataGrid in .NET is a new control that allows you to view the data in a dataset. The DataGrid object is bound to the dataset and automatically displays the data it contains. This means you don't have to manually request the information and write it to a list box.

The following program creates a simple DataGrid, which will view the Customers table of the EasyNomad database.

The dataset in this program is populated from the database, just as if the data was to be displayed in a l...

Building a Better ASP.NET 1.1 BasePage Framework  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Chase Thomas      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a journey on how to build a better Base page. The result of this will be a reusable framework that you can use to create as many Base pages as you like (on many different sites) and still have something that will keep the designers on your team happy. There is a lot to explain so I am breaking this up into several parts starting with the pros and cons of all the approaches I have seen in the past....

Databinding Web Forms to Objects as opposed to Datasets  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Chris Lennon      Rating:  
Read Reviews | Write Review |  Your Rating: 

With the advent of ASP.NET, and Visual Studio.NET with its graphical tools to provide design-time databinding support, the concept of databinding has really come of age. Databinding to ADO.NET DataSets and DataTables is a well accepted and well documented technique. However, there is a school of thought that considers DataSets to be ugly, cumbersome and just not compatible with an object oriented approach. A discussion of this point of view is beyond the scope of this article, however, an intere...

Two-Way Data Binding in ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: piers7      Rating:  
Read Reviews | Write Review |  Your Rating: 

I was just finishing this article off when Manuel Abadia released an article with the same name ('Two way data binding in ASP.NET'), topic and (perhaps not surprisingly) some of the same class names. I'd been gazumped (if not just plain beaten)! This came as a bit of a shock, but I've decided to release this anyway since our approaches are slightly different and hopefully between the two people may find something useful. Unfortunately the submission of this article got delayed by about eight mon...

Data Set Sorting on Generated Columns  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Bryan Roberts      Rating:  
Read Reviews | Write Review |  Your Rating: 

This articles main purpose is to demonstrate how to sort columns that have been calculated from data retrieved from an external datasource and how to display this information natively in the datagrid control and allow for paging of the various data types that might be implemented....

List Control Data Binding using XML  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Enrico Elizar Samuel      Rating:  
Read Reviews | Write Review |  Your Rating: 

In web development projects, we frequently need to write code to render the content of list boxes with dynamic data from a data source. In ASP-classic time, it was a relatively hard task to do. For instance, we had to query a database, retrieve a RecordSet and iterate through the RecordSet while manually creating proper HTML tags to make up the content of list box....

To Navigate and Control The Records without Data Binding  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Gunawan Hadikusumo      Rating:  
Read Reviews | Write Review |  Your Rating: 

When I was reading Binding a Server Control to a Data Source section from ASP.NET Unleashed book, authored by Stephen Walther, I was tempted to find another way around to navigate and control the records on the web page....

ASP.NET databinding in an MVP design using the ObjectContainerDatasource  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Pete Sutcliffe      Rating:  
Read Reviews | Write Review |  Your Rating: 

As developers, I imagine, most of us strive toward these two goals:

1. Write better code.
2. Write less code.

Sometimes these goals complement each other; refactoring code, for example, can make it more maintainable (=better) and reusable (=less code). At other times, they conflict with each other: applying established object oriented principles can make our code more robust and testable, but often increases its complexity and the amount of code we must write. Similarly, A...

ASP.NET's Data Storage Objects  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Karl Seguin      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this brief tutorial, we'll look at five different ASP.NET objects we can use to store data. Two of these, the Application and Session objects, should be pretty familiar to anyone coming from ASP. The other three, Context, Cache and ViewState are brand new to ASP.NET. Each object is ideal under certain conditions, varying only in scope (that is the length of time data in them exists, and the visibility of the data), and it's a complete understanding of this variation that we are after. Also, ...


1  2  3  4  5  6  7  8  9  Next >> 


Disclaimer - Privacy
© 2002-2013 DevASP.net