C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Charles Olamendy(5)
Michael Livshitz(2)
Kalyan Bandarupalli(1)
Rehaman SK(1)
Raj Kumar(1)
Amit Patel(1)
Mahadesh Mahalingappa(1)
Moses Soliman(1)
Mahesh Chand(1)
Resources
No resource found
Parameters for ObjectDataSource in ASP.NET 2.0
Apr 30, 2009.
This article is intended to show how to invoke server-side methods (expecting input parameters) stored in the SQL Server 2005 Management System using the ObjectDataSource components.
ASP.NET ObjectDataSource Control Overview
Dec 04, 2008.
This post explains how to represent business objects with the ObjectDatasource control. It allows you to bind DataBound controls such as GridView, DetailsView and FormView. It also enables you to separate your business logic and data access logic from presentation layer.
Working with the ObjectDataSource and DateTime Type
Apr 07, 2008.
This tip will help you to work with the ObjectDataSource, when at least one of the properties of your business object (BO) is type of the DateTime .
Using the ObjectDataSource control with the data access class
Jun 18, 2007.
In this article I will show that how you can use the ObjectDataSource control with the data access class (DA.dll, but it can be one of yours), described earlier, in your Web applications. The examples are written using C# and T-SQL.
A guide to ObjectDataSource control
Nov 17, 2006.
One of the best new features of the forthcoming ASP.NET 2.0 will be the ObjectDataSource control. However, as I found out in my experimentation what seems like a simple control has some complex behaviours to master to get it working properly. If (like me) you have an existing data access layer you may have to make changes to be able to use ObjectDataSource.
Display Data Using ObjectDataSource
Aug 08, 2013.
This article explains how to use ObjectDataSource and how to get data and display it in a GridView and FormView using an ObjectDataSource.
Custom paging in ASP.NET 2.0 and SQL Server 2005 using ObjectDataSource
Apr 13, 2009.
This article is intended to show how to apply the paging mechanisms in Web applications using ASP.NET 2.0 and SQL Server 2005 as well as using the ObjectDataSource components.
Strongly Typed Data Controls Model Binding ASP.NET 4.5
Jun 18, 2012.
In ASP.NET 4.5 Microsoft has integrated the ObjectDataSource control with Data Controls. Microsoft has exposed properties such as SelectMethod, UpdateMethod and DeleteMethod.
Designing RIA Applications using Expression Blend - 2
Aug 13, 2011.
In this article let us check out how to bind the listbox to an objectdatasource.
Master-detail data-binding using two Web pages in ASP.NET 2.0
Apr 29, 2009.
This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and two Web pages in ASP.NET 2.0. Master-detail presentation pattern is one of the techniques most used in enterprise applications intended to visualize one-to-many relationships, for example, let’s suppose the following a common business scenario where we want to display a list of subcategories of products, and allow the user select a particular subcategory in order to display the list of associated products.
Master-detail data-binding using DropDownList in ASP.NET 2.0
Apr 28, 2009.
This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and DropDownList Web control.
Master-detail data-binding using DropDownList in ASP.NET 2.0
Apr 17, 2009.
This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and DropDownList Web control.
Building Custom Paging Web Form
Aug 21, 2006.
Sometimes we may need to build our own data objects instead of using DataSets & DataTables. But in this case, we will lose all paging and sorting facilities that is represented using DataSets & DataTables. To overcome this small issue we'll have to write our own custom paging feature as well as with sorting.
Object DataSource in ASP.NET 2.0
Aug 19, 2005.
ObjectDataSource control is one of these new data control added to ADO.NET 2.0. This control is used to bind objects to data-bound controls. In this step by step tutorial, I will discuss how to use ObjectDataSource control in your data-driven Web applications.