Nuno Gomes /* ASP.NET Adventures */

var myInterests = new { language : "C#", technology: "ASP.NET" };

Browse by Tags

All Tags » ASP.NET » .NET (RSS)
Sorry, but there are no more tags available to filter with.
ASP.NET Controls - Improving automatic ID generation : Introduction ( Part 1)
Some time ago, while developing a large corporate ASP.NET application with high complex layout requirements and thus, many custom composite controls, I was faced with the following problem: The generated HTML of my pages don’t meet my bandwidth...
Posted: Jan 23 2008, 02:38 AM by nmgomes | with 3 comment(s)
Filed under: ,
.NET Framework 2.0 SP1 - TagMapping Undocumented hotfix
While searching a way to solve the HtmlControls tag mapping problem I found that the new SP1 bring an extra undocumented hotfix. This undocumented hotfix changes MainTagNameToTypeMapper.GetControlType method so that, for every tag name regardless is kind...
Posted: Jan 17 2008, 11:38 AM by nmgomes | with no comments
Filed under: ,
More Posts