By tag: ObjectDataSource
0
kicks
How to Enable Sorting in OjectDataSource
Enable sorting in a single tier application with Databinding has always been a easy task. Where as the ObjectDataSource allows Databinding to business objects in n-tier applications easy.
But it does not allow the Sorting as easy as in GridView in single-tier databinding applications where you ju...
0
kicks
ObjectDataSource SOA Style
So here's the scenario. After really digging your teeth into ASP.NET 2.0 and playing around wiih all the cool data access features, you decide to apply a liberal use of the ObjectDataSource for its ability to take care of the paging and sorting calls for you. Now, you begin to convert your site to a...
0
kicks
Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2
Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method
0
kicks
Objects Containing Objects and the ObjectDataSource
An article about objects with child objects and displaying them with the ObjectDataSource.
0
kicks
SubSonic, ObjectDataSource, Paging, and you!
How to implement paging with the Controllers generated by SubSonic. Corrected URL
0
kicks
What are ObjectDataSources good for?
What ObjectDataSources can do for you and what they can't do.
0
kicks
Basic Differences Between .NET 2.0 ObjectDataSource and SqlDataSources
Here I have been defined some very basic but importatnt diffrences between .NET 2.0 ObjectDataSource and SqlDataSource.
0
kicks
How to Bloody Your Forehead
A lengthly description, with screenshots, of a well-known bug in the ObjectDataSource/DataTableAdapter designer paradigm with an open challenge to Microsoft to repair it.
0
kicks
A must-have ASP.NET Controls pack
A very useful collection of ASP.NET controls that I'm using on a daily basis. The collection includes controls such as an ImageCheckBox and an ObjectDataSource. A must have :-)
0
kicks
Using Bind with nested properties
Description of method that allows two way databinding to a nested property.
0
kicks
A working alternative to ObjectDataSource
Standard ObjectDataSource control boundled with .NET Framework has some serious flows, which make it more or less unusable. Here is a working alternative.
0
kicks
A working alternative to ObjectDataSource - Updated version
An updated version of MyObjectDataSource control that is capable of automaticaly use the containing control which contains the DataSource control as an object providing Select, Insert, Update and Delete methods.