Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, July 03, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.Net > User Management
Search:
What's New - What's Hot
Listings for Cookies Cookies (8)
Listings for Login Login (39)
Listings for Passwords Passwords (21)
Listings for Rollover image Rollover image (2)
Listings for User Controls User Controls (251)
Listings for User language User language (1)
Listings for User Management User Management (38)
 


Sharing User Controls Between Projects        
Total Hits: 2  |  Today: 2 Author: mayafit       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I have stumbled on an interesting problem : I was working on a project and developed some user controls to use in this project.After a while i have started another project and wanted to use the same user controls for the new project.The problem was that i couldn't find a way to share the controls between the projects i a way that will separate the controls from the projects that use them....

Password Saving Made Easy        
Total Hits: 1  |  Today: 0 Author: Baidehish Dwibedy       Rating:  
Read Reviews | Write Review |   Your Rating: 

PassProt is a password storage and encryption/decryption tool intended for personal use. Often we deal with remembering or writing down the tons of user ids and passwords used in daily life, e.g. accounts in banks, work, libraries, insurance and the list goes on. To avoid writing these passwords in an unsecured location like a piece of paper or a file in work/home computer or in the PDA, this tool is developed. You have to remember ONLY one password as long as you have this tool and associated f...

Microsoft Personal Web Site Starter Kit – Random Image Web User Control        
Total Hits: 3  |  Today: 0 Author: anichin       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft's Starter Kits provide a great hands on experience for developers and make the learning process of the .Net technology real fun. One of them is Microsoft Personal Web Site Starter Kit. It provides a complete, ready to run, ready to customize, interactive Web site for sharing photos, posting your r�sum�, categorized links and more....

Converting zichun's auto-complete textbox control to a .net ascx user control.        
Total Hits: 3  |  Today: 0 Author: bgs264       Rating:  
Read Reviews | Write Review |   Your Rating: 

I had a requirement to be able to quickly record call history for a customer when they telephoned; which was to be implemented in a footer of a .net master page; thus appear on every page of the website. Since there were over 500 customers in the system, a dropdown list would have been too large and it would have been too complex to introduce some sort of search-engine in the footer of a master page....

Basic Content Management System with ASP.NET and MS Access        
Total Hits: 1  |  Today: 0 Author: aa2max       Rating:  
Read Reviews | Write Review |   Your Rating: 

An easy to setup and use, no-frills content management system with asp.net and MS Access. If you need to setup a small site, or quickly add some pages to an existing site, or let someone else update pages on your website. This simple system was the quick answer. This system can be a basic framework to build up a more advanced content management system. Or you can integrate this into your existing website to update some pages quickly from your web browser....

IP Logger        
Total Hits: 1  |  Today: 0 Author: Igor Krupitsky       Rating:  
Read Reviews | Write Review |   Your Rating: 

My Internet service provider gives me a static IP number but constantly changes it. This makes it difficult to remotely access my home PC from work. This simple program is designed to solve the problem of keeping track of your changing IP number....

Simple User Account Login        
Total Hits: 4  |  Today: 0 Author: Marc Clifton       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple demonstration of managing user account information on a server using ASP.NET. I decided that this might be a good way to get my feet wet in the whole ASP.NET environment, and the trials that I went through to get this far, might be of interest (and amusement!) to everyone else.

I am very much indebted to the numerous people on CP, who have helped answer some of my very basic questions. You all know who you are, and I thank you very much for your help....

Adding Events to User Controls        
Total Hits: 2  |  Today: 1 Author: Peter Vogel       Rating:  
Read Reviews | Write Review |   Your Rating: 

In an earlier column , I talked about how to treat a User Control as an object, but I skipped over how to get your User Control to fire an event. Firing events isn't an ASP.NET-specific topic but because it's critical to integrating User Controls with their host page, it's worth discussing here....

Password Recovery        
Total Hits: 1  |  Today: 0 Author: Emre Onyurt       Rating:  
Read Reviews | Write Review |   Your Rating: 

Hello, I have been searching blogs and articles about ASP.NET password recovery systems for a while. Almost all resources about this topic suggest that standard password recovery control comes with Asp.Net 2.0. However password recovery control has some limitations. Of course it works without any problem, but some developers want more options. In this article we will talk about writing our own password recovery system. For example we don�t want to send password to user�s email addr...

Custom Paging with User Control        
Total Hits: 2  |  Today: 0 Author: linush       Rating:  
Read Reviews | Write Review |   Your Rating: 

It's not hard to find code examples on how to do custom paging in ASP.NET, but I haven't found any good examples on using a user control to do so. This example shows you how to construct your own user control to perform custom paging; thus, promote code reuse by dropping the control on every page that needs the same functionality. The user control shown in this example uses several events to control the page navigation, if you're not so familiar with how events/delegates work you'll probably hav...

Building a Web Site with Membership and User Login        
Total Hits: 4  |  Today: 0 Author: _ShreekUMAr_       Rating:  
Read Reviews | Write Review |   Your Rating: 

A basic obligation for Web sites is to permit only some members or only authenticated users to access certain pages and perform desired operations. In such case, the application must ask the user for his/her user name and password. The application must also embrace a way to conceal information from anonymous users (users who are not logged in/not authenticated/guest users). In this article, I'll show you how to use ASP.NET controls and ASP.NET membership services to create an application that ex...

EditorPart over a User Control webpart and moving EditorPart along with a webpart        
Total Hits: 2  |  Today: 0 Author: V Sridhar Chary       Rating:  
Read Reviews | Write Review |   Your Rating: 

Standard ASP.NET controls (such as the Textbox and GridView controls), Web User Controls, and even custom controls, can be used as Web Parts. When you treat a standard control as a Web Part, the control is represented in the Web Part framework with the GenericWebPart class. I have a situation where I have to use user controls as web parts and able to edit them with the custom editor parts, so that I can utilize our organization's existing user controls as web parts. But I was unable to edit them...


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net