How can I get compilation failures if objectdatasource's are not properly wired up?
Posted
by ilivewithian
on Stack Overflow
See other posts from Stack Overflow
or by ilivewithian
Published on 2010-03-23T11:27:15Z
Indexed on
2010/03/24
6:03 UTC
Read the original article
Hit count: 365
I have a large brown field webforms app that uses ObjectDatasource controls all over the place, which makes refactoring more difficult than it should be.
Is there a way to get a comile-time failures if an object or method is renamed which would cause the ObjectDataSource no longer work? In MVC there is the notion of compiling views, is there a parallel to this for webforms?
© Stack Overflow or respective owner