Monthly Archives: December, 2008
Data Binding to an Extension Method
If you have defined extension methods to your entities in your BLL, (for example to format the output, or amalgamate some result) you may wish to display the return value of the extension method in a bound control, such as an ASP.NET GridView. In order to access an extension method, you have to import the [...]
Recent Comments