Hi friend,Today we will learn how to configure and use ObjectDataSource control in asp.net applications .This control represents the business objects and allow you to use the objectDataSource control in conjunction with a data-bound control to display ,edit and sort the data on a web page with little or no code .The control is used to create web applications that rely on the middle-tier objects to manage data. I have already explained following data source as given below :-
- How to use SqlDataSource control in asp.net
- How to use AccessDataSource control in asp.net
- How to use XmlDataSource control in asp.net
There are some steps to implement the whole concepts as given below:-