473,387 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ObjectDataSources

Guys,
Do you use ObjectDataSources in professional projects?
I use three layers in old way.
GridView1.DataSource = products;
GridView1.DataBind();
Oct 17 '06 #1
1 1065
Yes, ObjectDataSources are a great way to separate you business logic
from the presentation layer.

Roberto Nunes wrote:
Guys,
Do you use ObjectDataSources in professional projects?
I use three layers in old way.
GridView1.DataSource = products;
GridView1.DataBind();
Oct 17 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: David Jessee | last post by:
One of the biggest advancements with ASP.NET 2.0 is the addition of the data controls (SqlData Source, FormView, GridView, etc). I was wondering what folks' opinions on these are. I really want...
2
by: Sarmatia | last post by:
I have a table of ID vaules that are related to lookup tables. I created a DataAccess component from wich the ObjectDataSource gets a typed datatable. A GridView is bound to that ObjectDataSource...
4
by: Morgan | last post by:
Hi - I have a wizard which has about 4 RadioList controls on it, all of which are populated from a data object. As far as best practices go, would it be better to configure a seperate...
0
by: Christian Petersen | last post by:
Hi, I've got a WebForm with a GridView, I want to databind this to an ObjectDataSource (ODS1). The input parameters for the ODS1 is placed on a Web UserControl, in the form of public properties...
0
by: Stephen Hynds | last post by:
I've created a web service that returns a DataTable as per this video - http://channel9.msdn.com/Showpost.aspx?postid=200444 The webservice itself works fine as invoking it returns the correct...
0
by: Steven Nagy | last post by:
Hey all, Scenario: GridView with ObjectDataSource DetailsView with ObjectDataSource which refers to the selected value from teh GridView. This works fine when all done in design mode without...
1
by: Eyadtrabulsi | last post by:
I added this method to DataAccess.cs Class to have the ability to delete rows from my DataTable by using ObjectDataSource & DataGrid: public void DeleteItems() { ...
0
by: Sean | last post by:
I have a page that has a formview and two repeaters that use separate objectdatasources. Each objectdatasource returns records that contain a field named DateAndTime. The problem I'm having is...
1
by: maloney1 | last post by:
Hello, I have an ObjectDataSource that returns instances of an interface. The Select works as expected, but after editing the UI (web) and trying to save the object I get the following error:
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.