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

ASP.NET

 
GeneralRe: ASP.NET Certification Pin
_AK_20-Mar-07 23:38
_AK_20-Mar-07 23:38 
AnswerRe: ASP.NET Certification Pin
Sathesh Sakthivel21-Mar-07 8:35
Sathesh Sakthivel21-Mar-07 8:35 
GeneralRe: ASP.NET Certification Pin
varshavmane21-Mar-07 20:29
varshavmane21-Mar-07 20:29 
GeneralRe: ASP.NET Certification Pin
Sandeep Akhare24-Mar-07 1:24
Sandeep Akhare24-Mar-07 1:24 
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 
<%@ Page Language="C#" AutoEventWireup="true" <br />
MasterPageFile="~/MasterPage.master"<br />
CodeFile="Register.aspx.cs"<br />
Inherits="Login_Register"<br />
Title="User Registration" %><br />
<asp:Content ID="Content1" Runat="Server" <br />
ContentPlaceHolderID="ContentPlaceHolder1" ><br />
<asp:CreateUserWizard ID="CreateUserWizard1" <br />
runat="server"<br />
ContinueDestinationPageUrl="~/Default.aspx"<br />
CreateUserButtonText="Create Account"><br />
<WizardSteps> <br />
<asp:CreateUserWizardStep<br />
ID="CreateUserWizardStep1" runat="server"><br />
</asp:CreateUserWizardStep><br />
<asp:CompleteWizardStep<br />
ID="CompleteWizardStep1" runat="server"><br />
</asp:CompleteWizardStep><br />
</WizardSteps><br />
<MailDefinition <br />
From="Admin@AcmePirate.com"<br />
Subject="Your New Acme Pirate Account"<br />
BodyFileName="~/Login/NewUser.txt" /><br />
</asp:CreateUserWizard><br />
</asp:Content>



hi the above is what i copyed and learned from a book

however the password require a @ to work and the email dont can anyone tell me whee i gone wrong and show me how the code should be correctly written
thx
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 
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 

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.