Stories recently tagged with 'ObjectDataSource'

How to Enable Sorting in OjectDataSource(soliddotnet.com)

submitted by neerajmathurneerajmathur(130) 2 years, 5 months ago

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 just have to turn on the Enable Sorting option in the GridView’s SmartTag. You can also let your users sort the rows in a GridView when using the ObjectDataSource — it only requires a little more work. read more...

1 comment |category: |Views: 23

tags: another

ObjectDataSource SOA Style(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 3 years, 5 months ago

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 service oriented back end and you wonder how you're going to make calls against your web service. You have a few options in front of you. You can create a thin facade layer that will act as a liaison between your presentation code and your service layer calls, and hook your ObjectDataSource to that. This works especially well when you have a complex object model that makes use of the web service calls behind the scenes. It's also beneficial when you are generating your proxy classes from metadata or contacting a foreign web service. read more...

add a comment |category: |Views: 35

tags: another

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

Custom Paging with LINQ, ListView, DataPager and ObjectDataSource, more Efficient method read more...

add a comment |category: |Views: 709

tags: another

Objects Containing Objects and the ObjectDataSource(blog.reamped.net)

submitted by kayoskayos(890) 3 years, 10 months ago

An article about objects with child objects and displaying them with the ObjectDataSource. read more...

add a comment |category: |Views: 31

tags: another

SubSonic, ObjectDataSource, Paging, and you!(kevinisom.net)

submitted by kevnzkevnz(858) 4 years, 6 months ago

How to implement paging with the Controllers generated by SubSonic. Corrected URL read more...

3 comments |category: |Views: 332

tags: another

What are ObjectDataSources good for?(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years ago

What ObjectDataSources can do for you and what they can't do. read more...

add a comment |category: |Views: 11

tags: another

Basic Differences Between .NET 2.0 ObjectDataSource and SqlDataSources(geekswithblogs.net)

submitted by joycscjoycsc(1557) 5 years, 2 months ago

Here I have been defined some very basic but importatnt diffrences between .NET 2.0 ObjectDataSource and SqlDataSource. read more...

add a comment |category: |Views: 362

tags: another

How to Bloody Your Forehead(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 5 years, 4 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

A must-have ASP.NET Controls pack(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 6 months ago

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 :-) read more...

add a comment |category: |Views: 20

tags: another

Using Bind with nested properties(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 6 months ago

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 113

tags: another

Using Bind with nested properties(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 6 months ago

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 113

tags: another

A working alternative to ObjectDataSource - Updated version(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

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. read more...

3 comments |category: |Views: 72

tags: another

A working alternative to ObjectDataSource - Updated version(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

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. read more...

3 comments |category: |Views: 72

tags: another

A working alternative to ObjectDataSource(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

Standard ObjectDataSource control boundled with .NET Framework has some serious flows, which make it more or less unusable. Here is a working alternative. read more...

add a comment |category: |Views: 36

tags: another