Search Results

0
votes
1answer
30 views

What’s the cleanest way to render the results of a method while data binding?

The best way, of course, is to convert the method to a property. But I can't do that here -- We have an API from someone else, and we've added an extension method to one of the objects. W …
2
votes
1answer
43 views

How do you use extension methods in Web form data-binding expressions?

Has anyone successfully used extension methods in data-binding expressions? Say I have an extension method called "GetName" attached to "MyClass". In the code behind, I have verifie …