I'm looking for an ASP .NET 3.5 book that would cover thoroughly (with advanced code samples) how to use ObjectDataSource with variety of business scenarios. Do you know any?
Asked
Active
Viewed 529 times
1 Answers
0
MSDN could be enough, don't think it's worth to buy a book just for that :)
Here you have an ASP.NET specific post.
ASP.NET validation controls are totally independent to ObjectDataSource
. If you send more details about your specific scenario, we could help better.

Claudio Redi
- 67,454
- 15
- 130
- 155
-
I just took over a project that is a mess, and I haven't used ObjectDataSource at all. There are forms, and if you provide wrong values like string into price input, exceptions are thrown. Also, there's no error handling when CRUD methods fail. So I'm looking for ALL-IN-ONE sample :) My first thought was to ask on StackOverflow :) – dragonfly May 28 '12 at 17:15