ASP.NET


Visual studio Tip #5: “Surround with…” in ASP.NET 4.0

As an ASP.NET developer, you certainly found yourself in the following situation. You have a number of mark-up elements in your page which should be hidden/updated/… all at once. The solution is to put them in a panel or updatepanel. In previous versions of Visual Studio you had to manually type the tags to surround […]

Teched 09: Day #4

Sessions for the 4th day of Teched: Doing It Right: Planning and Tracking Projects with Microsoft Visual Studio Team Foundation Server 2010 (Stephanie Cuthbertson) In this session some new features from VS Team Foundataion Server 2010 for managing projects are described:   Planning holidays is now included. For project managers, integration between different clients was […]

Teched 09: Day #1

My first day in Berlin was really exciting. The registration went quite well and after receiving my goodie bag (which has some odd colours), I was ready for my first session ever at TechEd: The Windows Azure Platform: When and Why to use it? (David Chapell) I previously planned another session, but a colleague said […]

ASP.NET Ajax AsyncFileUpload: some thoughts

The latest release of the ASP.NET Ajax Control Toolkit (30930) now contains an AsyncFileUpload control. The big advantage of this control is that you can upload files without a full page refresh (as in the original FileUpload control), showing the users direct feedback on the page. I wanted to use the new control to let […]