in

Browse by Tags

  • How to set ASP.NET controls adapter by code ?

    In a recently job I wanted to package as much as possible common items of the web layer (WebControls, BasePage, HttpHandlers, Js, Css, etc...) in a class library project, so I can share the dll across several ASP.NET apps. As I use the CSS Friendly Control Adapters to change the asp:menu rendering, I...
    Posted to Laurent Duveau (Weblog) by Anonymous on 12-11-2007
  • Learning ASP.NET (links to resources)

    People often ask me where to find resources to learn ASP.NET I must say that I learnt almost EVERYTHING from the QuickStart Tutorials : http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx These tutorials are very good and shows every features of ASP.NET with code samples in C# and VB! The forums...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-29-2007
  • Expression Web and Custom Controls

    In case you wonder how Expression Web deals with custom ASP.NET controls, there are 2 things to notice : Having the control assembly into the \bin directory will not give you any design time rendering in Expression Web. Expression Web do not support custom controls into the Toolbox. Ok, that's not...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-18-2007
  • JavaScript onLoad event clashing

    This week I had to debug some asp.net pages that has a weird behavior. They work well but each time a Js alert() raise, the hover menu are no more available (it is a classic asp:menu with dynamic hover for sub-menu). The problem was simple: the current function attached to window.onload (which display...
    Posted to Laurent Duveau (Weblog) by Anonymous on 11-16-2007
  • Get System.Drawing.Color from RGB HTML color

    Back to some real content here! Maybe you already know about this, but as I still often see static method like GetColorFromHTML() in companies static class, it could be a good reminder. The idea is when you want to set a color in code, like GridView1.ForeColor = "#FFCC66" , but this do not...
    Posted to Laurent Duveau (Weblog) by Anonymous on 10-31-2007
  • Token Cache with ASP.NET and Basic Authentication

    If you develop an ASP.NET application that use Basic Authentication , take care to be sure to change the registry on your staging IIS server. What? Yes, If your application use role based security to securing your pages, adding a new security group to a Windows domain user don't automaticaly give...
    Posted to Dominic Sévigny (Weblog) by dsevigny on 10-16-2007
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems