Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes

    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 in ASP...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-13-2008, 12:00 AM
    Filed under: ASP.NET, Tools, SoftDev, Web, MSDN, Microsoft, .NET, AJAX, JavaScript, HTML
  • The Cause Of ASP.NET Validators And Validation Summary Slowness

    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...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-12-2008, 12:00 AM
    Filed under: ASP.NET, Tools, SoftDev, Web, MSDN, Microsoft, .NET, AJAX, JavaScript, HTML
  • A great article on functional programming...

    http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main stream. His article has imaginary Java samples...
    Posted to David Findley's Blog (Weblog) by findleyd on 06-20-2006, 12:00 AM
    Filed under: C#, Ruby, .NET, Tools, JavaScript, Atlas, LINQ, DLINQ, XLINQ, AJAX, Rails, Programming Languages
  • ContextMenu now supports Mozilla and Opera

    I finished-off the changes required to make ContextMenu run in multiple-browsers and will be uploading the latest version of the control to GotDotNet tonight, so it should be available for download in 2-3 days - I'll blog a message when the new code is up and ready for download. So far I've tested it...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-22-2004, 12:00 AM
    Filed under: Tools, Web Forms, Javascript
  • Adding cross-browser support for ContextMenu

    This weekend I have to get the ContextMenu working in Opera and Mozilla browsers. This shouldn't be too hard as I've stuck close to the spec. on everything and already have a browser sniffer built in to the js code. I've already taken the precautions of separating the 4 main XBrowser fragile parts out...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-20-2004, 12:00 AM
    Filed under: Tools, Web Forms, Javascript
  • ContextMenu - exposing and handling events

    The ContextMenu is now code complete and I'm running through the code adding the appropriate Xml comment sections for when I produce the .chm file for the assembly. My aim is to have a Comment, Remark and Sample for each public member within the assembly. Getting the IPostBackEventHandler working was...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-10-2004, 12:00 AM
    Filed under: VB.NET, Tools, Web Forms, Javascript
  • ContextMenu - now working in browser.

    I finally got all of the rendering logic finished and spent this morning working "in the client" on some positional bugs. Basically, I had the menu working fine until the user selected a menu which was at a position greater the 1 window height down the page. In other words, if the page was tall enough...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-08-2004, 12:00 AM
    Filed under: Tools, Web Forms, Javascript
  • ShowUsYour<Calendar>

    I've just uploaded the newest version of the ShowUsYourCode Dhtml Calendar. This cross-browser started its life over 2 years ago and has evolved into quite a slick unit. The latest version incorporates some UI/Css related changes that were put forward by one of its users - Caitlin Fegan. You can see...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 08-28-2003, 12:00 AM
    Filed under: Tools, Javascript
  • .NET 4.1 Preview - New Base Class Library (BCL) Extension Methods - RFC

    As web programmers, we use a lot of strings to move data around the web. Often we’ll use a string to represent a date or an integer or a boolean. Basically "1" in instead of 1, or "April 1, 2009" rather than a proper ISO-8601 formatted culture-invariant date. While these strings are...
    Posted to What's New (Weblog) by Anonymous on 04-01-2009, 12:00 AM
    Filed under: Learning .NET, Web Services, Programming, ASP.NET, JavaScript, VB, Windows Client, Silverlight, Open Source, DLR, Musings, Source Code, Tools, PHP, Microsoft, XML, Python
  • SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API

    A few years back I wrote a post on the size of the .NET Framework . There's historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for ".NET Framework" or ".NET Framework Redistributable" you'll often get a link to a 200 meg...
    Posted to Microsoft MVC bloggers (Weblog) by Anonymous on 02-09-2010, 12:00 AM
    Filed under: ASP.NET, WPF, ASP.NET MVC, Microsoft, Source Code, Learning .NET, Windows Client, JavaScript, VS2010, Tools
Page 1 of 2 (13 items) 1 2 Next >