Click here to Skip to main content
15,917,618 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionquestion about the table which store the password Pin
neodeaths20-Mar-07 15:29
neodeaths20-Mar-07 15:29 
AnswerRe: question about the table which store the password Pin
Sun Rays20-Mar-07 17:27
Sun Rays20-Mar-07 17:27 
GeneralRe: question about the table which store the password [modified] Pin
neodeaths20-Mar-07 20:54
neodeaths20-Mar-07 20:54 
Questionhelp debug my register control pls Pin
neodeaths20-Mar-07 15:26
neodeaths20-Mar-07 15:26 
AnswerRe: help debug my register control pls Pin
Sandeep Akhare24-Mar-07 1:17
Sandeep Akhare24-Mar-07 1:17 
Questionneed help wit chooseing provider Pin
neodeaths20-Mar-07 15:16
neodeaths20-Mar-07 15:16 
AnswerRe: need help wit chooseing provider Pin
N a v a n e e t h20-Mar-07 18:00
N a v a n e e t h20-Mar-07 18:00 
GeneralRe: need help wit chooseing provider Pin
neodeaths20-Mar-07 21:04
neodeaths20-Mar-07 21:04 
Prior to ASP.NET 2.0, you had to develop custom programming to store and
retrieve user data from a database. Now, ASP.NET 2.0 uses a provider model
that provides a standardized interface to the objects that maintain the useraccount
information. In addition, ASP.NET 2.0 comes with a standard membership
provider, an application that stores basic user-account information in a
SQL Server database. The Login controls are designed to work with this
membership provider.
If the standard provider isn’t adequate to your needs, you can write your own
membership provider to use instead. As long as your custom provider conforms
to the ASP.NET membership provider interface, the Login controls can
work with it.
To create a custom provider, you simply create a class that inherits the
abstract class System.Web.Security.MembershipProvider. This class
requires that you implement about two dozen properties and methods. (For
example, you must implement a CreateUser method that creates a user
account and a ValidateUser method that validates a user based on a name
and password. For openers.) For more information about creating your own
membership provider, refer to the Help.
After you’ve created a custom membership provider, you can use settings in
the web.config file to indicate that you want to use it instead of the standard
membership provider. Here’s an example:


this is what it says in the book >.<
QuestionHow to get 404 error before IIS? Pin
xibeifeijian20-Mar-07 14:35
xibeifeijian20-Mar-07 14:35 
AnswerRe: How to get 404 error before IIS? Pin
N a v a n e e t h20-Mar-07 17:59
N a v a n e e t h20-Mar-07 17:59 
GeneralRe: How to get 404 error before IIS? [modified] Pin
xibeifeijian21-Mar-07 15:14
xibeifeijian21-Mar-07 15:14 
Questiongridview idea Pin
netJP12L20-Mar-07 11:30
netJP12L20-Mar-07 11:30 
AnswerRe: gridview idea Pin
N a v a n e e t h20-Mar-07 18:09
N a v a n e e t h20-Mar-07 18:09 
GeneralRe: gridview idea Pin
netJP12L21-Mar-07 11:17
netJP12L21-Mar-07 11:17 
Questioncheckboxes in gridview [modified] Pin
EnigmaRulez20-Mar-07 10:28
EnigmaRulez20-Mar-07 10:28 
AnswerRe: checkboxes in gridview Pin
N a v a n e e t h20-Mar-07 18:12
N a v a n e e t h20-Mar-07 18:12 
Questionhow to compile ASP.NET code into .dll Pin
savagerider20-Mar-07 7:23
savagerider20-Mar-07 7:23 
AnswerRe: how to compile ASP.NET code into .dll Pin
ToddHileHoffer20-Mar-07 8:16
ToddHileHoffer20-Mar-07 8:16 
AnswerRe: how to compile ASP.NET code into .dll Pin
N a v a n e e t h20-Mar-07 18:15
N a v a n e e t h20-Mar-07 18:15 
QuestionUsing Profile: How to get the same User_ID as in Membership? Pin
sir_moreno20-Mar-07 7:10
sir_moreno20-Mar-07 7:10 
QuestionStored Proc Databinding Pin
GaryT8020-Mar-07 7:03
GaryT8020-Mar-07 7:03 
AnswerRe: Stored Proc Databinding Pin
Kschuler20-Mar-07 8:07
Kschuler20-Mar-07 8:07 
AnswerRe: Stored Proc Databinding Pin
ToddHileHoffer20-Mar-07 8:21
ToddHileHoffer20-Mar-07 8:21 
GeneralRe: Stored Proc Databinding Pin
GaryT8020-Mar-07 11:11
GaryT8020-Mar-07 11:11 
QuestionCrystal Report Viewer/parameters Pin
DBNashville20-Mar-07 6:12
DBNashville20-Mar-07 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.