AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
Integrate Membership, Roles and Profile providers into your ASP.NET 2.0 Site : Peter Bromberg
Monday, July 14 2008
There is a lot of material on ASP.NET 2.0 Membership Provider, some about Roles, and even less on Profile providers. My goal in this short piece is to provide an example of how to pull them all together. We'll use the Membership Provider for authentication, a Role provider for Authorization, and we'll add a custom Profile example to show how custom user Profile data can be stored on a per-user basis, even for anonymous users, and then automatically migrated to their full User profile when they "sign up" on the site....Friendly URLs with URL mappings : Marco Bellinaso
Friendly GridView Deletion Messages : Martin Millar
Nested Master Pages : Richard Bean
A Guide to the ASP.NET 2.0 Wizard Control : Steve C. Orr
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET


1 comment(s) so far
Perfect. Exactly what I was looking for. Thanks.