1

i recently came across this video: Use the ObjectDataSource with a Data Access Class and Business Object. can anybody link to another resource that explains how to work with ObjectDataSource with a Data Access Class and Business Object? thanks.

1 Answer 1

2

We use ObjectDataSource a lot in our asp.net applications and it comes quite handy when it comes to dealing custom business-objects and their manager classes.

One good thing of the ObjectDataSource (or rather VisualStudio) is that it gives design-time support for your custome B.O.s and their managers, all you have to do is tag your methods and objects with proper attributes.

You can follow these tutorials to learn more about how to deal with ObjectDataSource.

http://www.asp.net/data-access/tutorials

http://imar.spaanjaars.com/416/building-layered-web-applications-with-microsoft-aspnet-20-part-1

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.