Saving Data to an Excel File
5/14
article
People really love Microsoft Excel. Many users are so comfortable with Excel that they want to use it for everything. That's probably one of the main reasons I get so many requests about using Excel with ASP.NET. As it turns out, the real question most users want answered is how to store data from a Web page in an Excel-readable format?
Warning the User when Caps Lock is On
5/14
article
Most security systems' passwords are case-sensitive. Case sensitivity nearly doubles the number of possible characters that can appear in the password, which makes it harder for nefarious users trying to break into the system. As a result, if a user logging into the system has Caps Lock turned on, they'll enter letters in the opposite case and not be able to login. Because the textboxes that collect user input typically are masked to prevent an onlooker from seeing a user's password, the user typing in her password may not realize that Caps Lock is on. To help prevent this type of user error, many login screens for desktop-based applications display some sort of warning if the user's Caps Lock is on when they start typing in their password.
Completing a Simple Storefront with LINQ in .NET
5/14
article
In the last article, we created the storefront's home page, which displayed the three latest products. To do this, we used LINQ in the code-behind file, manually databinding a ListView with the results. We also started to create the Product.aspx page, which displays more detailed information about a given product. In this article, we'll finish the storefront by completing the Product.aspx page and creating the Browse.aspx page, which will allow the user to browse products by category.
Announcing: Visual Studio extensions for SharePoint – Developer User Guide
5/14
article
Microsoft is pleased to announce the release of the User Guide, Samples and Walkthroughs for the Visual Studio 2005 extensions for Windows SharePoint Services 3.0, v1.1.