Browse by Tags

Learning ASP.NET (links to resources)
29 novembre 07 07:40 | Laurent Duveau
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...
Expression Web and Custom Controls
18 novembre 07 12:41 | Laurent Duveau
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...
JavaScript onLoad event clashing
16 novembre 07 07:04 | Laurent Duveau
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...