Ed Giardina's .NET Blog

Blogging about Hobbyist Adventures in C#, XNA, ASP.NET and other stuff

Browse by Tags

All Tags » ASP.NET » Entity Field Templates » Required Fields (RSS)
ASP.NET Dynamic Data, adding 'Required Field' asterisks or other notation to control labels
So this is a pretty straightforward concern, but I wanted to add validation notation to a FieldTemplate's Label, and not necessarily its control. In ASP.NET's dynamic data, this isn't straightforward. What I found is that using Entity Templates...