Browse by Tags
All Tags »
EntityDataSource (RSS)
This post is about a small issue that I have seen in the forums and that arises often in cases in which EntityDataSource is used in combination with bound controls that use templates, like FormsView or a GridView with template based columns. If you can
Read More...
I explained a few days ago the rules of wrapping in this blog post . But why do we wrap after all? Julie asked for some details today in the forums. I think the answer is worth of a blog post. In ASP.NET there are different ways of specifying which property
Read More...
Note: Somehow the <TEntity> generic argument had disappeared from the extension method definition. I am fixing it today after several months. Sorry for the inconvenience! Fresh from the forums today: A customer asks how to get the real entity object
Read More...
As it was announced today , the EntityDataSource is now part of Entity Framework, and a first beta version of it is available in .NET 3.5 SP1 Beta 1 and Visual Studio SP1 Beta 1 . I have meant to answer Julie's post " Thinking about the EntityDataSource
Read More...