On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't XHTML conformant, Firefox differs from Internet...
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy , the rendering of controls works like it worked...
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2 TextBox es 1 RequiredFieldValidator for each TextBox...
Here is the list of schedules for DevConnections conferences that are lined up in Orlando, Florida during this month: To Register for each of the conference check the following: ASP.NET Connections conference SQLServer Connections conference VIsualStudio.NET & Architect Connections conference SharePoint...
While preparing the demos for my session at TechDays Portugal 2008 , I've noticed some changes in the Web Client Software Factory 2.0 that prevented the EventBroker Extension from compiling and running. The problem ended out just being a little change in the WebClientApplication class. The virtual...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
03-12-2008
Filed under: .NET, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, PnP, SoftwareFactories, Techdays, TechdaysPT08
While preparing the demos for my session at TechDays Portugal 2008 , I've noticed that the Web Client Software Factory 2.0 doesn't work with IIS7 in integrated pipeline mode because it's trying to access the Request property of the current HTTP Context from the HTTP Application Start "event"...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
03-11-2008
Filed under: .NET, ASP.NET, Microsoft, MSDN, Web, WCSF, PnP, SoftwareFactories, IIS, Techdays, TechdaysPT08, IIS7
Web Client Software Factory 2.0 February 2008 Release Resources MSDN site: http://msdn.microsoft.com/webclientfactory Community site: http://www.codeplex.com/websf About the Deliverable The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
02-29-2008
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, Microsoft, MSDN, Web, WCSF, Tools, VisualStudio, PnP, SoftwareFactories, PageFlow, AJAX
Today I ran into this strange"feature" of ASP.NET : When redirecting to the login page, the query string parameters are encoded with the requested URL into the ReturnUrl query string parameter of the request to the login page, but are also in the query string of the request to the login page...
Here is the list of topics covered in the WCSF geekSpeak webcast: Contextual Auto Complete Bundle Demo code: WCSF geekSpeak: Contextual Auto Complete Bundle Demo Code Validation Bundle Demo code: WCSF geekSpeak: Validation Bundle Demo Code Real-Time Search Bundle Demo code: WCSF geekSpeak: Real-Time...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-24-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, MVP, Web, WCSF, Tools, EntLib, Webcasts, PnP, SoftwareFactories, PageFlow, geekSpeak, AJAX
This demo e based on the demo included in the Validation Bundle download. The demo includes an entry form with three implementations: Using the traditional server-side validation. Using server-side validation with the Enterprise Library 's Validation Application Block . Using server-side validation...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-23-2008
Filed under: .NET, Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, Web, WCSF, Tools, EntLib, Webcasts, PnP, SoftwareFactories, geekSpeak, AJAX