ObjectDataSources

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top