ASP.NET AJAX username availability check

ASP.NET AJAX username availability check with UpdatePanel ASP.NET AJAX username availability check without UpdatePanel I used UpdatePanel in our project and it works alright. I didn’t read either of these posts when I did it. It was not too hard to figure out even though I did remember myself having some issues. However, the web … Continued

MSDN – Providers General Overview

A series of MSDN articles on ASP.NET Providers: Microsoft ASP.NET 2.0 Providers: Introduction Membership Providers Role Providers Site Map Providers Session State Providers Profile Providers Web Event Providers Web Parts Personalization Providers Couple additional resources: MSDN – Provider Toolkit 4GuysFromRolla – A Look at ASP.NET 2.0

ASP.NET Profile

ASP.NET Quickstart Tutorials – Storing User Profiles MSDN – SqlProfileProvider Class MSDN – ASP.NET Profile Properties MSDN – ASP.NET Profile Properties Overview MSDN – ASP.NET User Identification for ASP.NET Profile Properties MSDN – Defining ASP.NET Profile Properties MSDN – ASP.NET Profile Provider MSDN – Implementing a Profile Provider MSDN – How to: Build and Run … Continued

ASP.NET Roles

MSDN – Roles Class – first place to consult if anything! MSDN – Role Provider MSDN – How To: Use Role Manager in ASP.NET 2.0 MSDN – roleManager Element (ASP.NET Settings Schema) ASP.NET Quickstart Tutorials – Using the Membership and Role Manager APIs By Bryan Xu

4GuysFromRolla – Admin Page

Admin pages are necessary for websites with login capabilities. Just couple links on the topic: 4GuysFromRolla – Rolling Your Own Website Administration Tool – Part 1 4GuysFromRolla – Rolling Your Own Website Administration Tool – Part 2 By Bryan Xu