$get & $find

From Mr. Matt Berseth’s blog… everything you need to know… The Ever-Useful $get and $find ASP.NET AJAX Shortcut Functions By Bryan Xu

Login Controls

There are 7 Login Controls in Visual Studio Web Developer 2008 Express Edition. ASP.NET Login Controls Overview Login – provides user interface (UI) elements for logging in to a Web site. ASP.NET Quickstart Tutorials – Login LoginView – displays the appropriate content template for a given user, based on the user’s authentication status and role … Continued

4GuysFromRolla – Membership, Roles, and Profile

There is a series of 9 articles on ASP.NET’s Membership, Roles, and Profile on 4GuysFromRolla: Examining ASP.NET 2.0’s Membership, Roles, and Profile (There is a link to the Provider Model’s article as well. ) Part 1 – learn about how the membership features make providing user accounts on your website a breeze. This article covers … Continued

Display Image Thumbnails and Resizing

3 articles on Scott Mitchell’s 4GuysFromRolla regarding displaying scaled images: (The resizing here means resizing on the server, on the fly, to create thumbnails so the loading speed can be improved. This doesn’t control the size of the initial uploading. ) Displaying a List of Scaled Images True Image Resizing – Part 1 True Image … Continued

Data Access Tutorials

Microsoft ASP.NET Official Data Access Tutorials – really covers a whole varieties of topics, take the time to read them. By Bryan Xu