Contents tagged with Web controls
-
Exploring Dynamic Data: Other attributes for business logic
-
The impact of ClientIDMode=Predictable
ASP.NET 4 introduces a new property on all controls: ClientIDMode. It lets web form developers minimize the size of the id= attribute written into HTML tags. It also helps them dictate the actual form of the ID, avoiding the mangled naming of previous versions when controls are inside of naming containers.
-
What Dynamic Data REALLY is
In my recent posting “What do you think of Dynamic Data?”, users have offered many views on what ASP.NET Dynamic Data is and is not. In general, they feel like it’s for simple cases, mockups, and where customization isn’t needed. Everyone seems to agree it makes for very fast development, when limited to those situations.
-
Improving ASP.NET: Finding controls, Part 2
This is part of a series of posts offering ideas to improve ASP.NET.
-
Improving ASP.NET: Finding controls