Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWCF Pin
sandeep81467-Nov-12 22:42
sandeep81467-Nov-12 22:42 
AnswerRe: WCF Pin
J4amieC7-Nov-12 22:44
J4amieC7-Nov-12 22:44 
QuestionCould not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Pin
arch067-Nov-12 19:47
arch067-Nov-12 19:47 
AnswerRe: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Pin
Shanalal Kasim7-Nov-12 22:08
Shanalal Kasim7-Nov-12 22:08 
AnswerRe: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Pin
Sentenryu7-Nov-12 23:12
Sentenryu7-Nov-12 23:12 
QuestionWant to close window.showModalDialog() popUp pressing ESC key but i've 100s of popUp. How can i change in a single place and all popup will close pressing ESC Key. Pin
rintoit7-Nov-12 18:11
rintoit7-Nov-12 18:11 
AnswerRe: Want to close window.showModalDialog() popUp pressing ESC key but i've 100s of popUp. How can i change in a single place and all popup will close pressing ESC Key. Pin
Sentenryu7-Nov-12 23:18
Sentenryu7-Nov-12 23:18 
QuestionCompleteWizardStep not working Pin
thes@int7-Nov-12 5:47
thes@int7-Nov-12 5:47 
Hello people !

I am trying to create a website which will allow users to register, log in, change password, etc.

Currently i am creating the register process, and i am doing this by using a custom CreateUserWizard in order to avoid the default buttons that is inserts.
I have successfully created the custom CreateUserWizardStep and when i run the page from VS 2010, i see all the controls on the webpage, that is, Username, email, password, etc textbox-controls.

I didn't want to use the default Create User button that the CreateUserWizard control inserts, and so i put an asp button with ID="Next" Text=Create User and CommandName=MoveNext

Note that I still haven't written code to store the user's credentials in the database yet. I don't want to do that yet.

I also have created the CompleteWizardStep,which follows the CreateUserWizardStep, containing an asp Literal saying that the account was created successfully, when the account will be created, that is when i will also implement the storing of user's credentials into the database that i have created, cause i don't want to use the default one that the .NET framework provides. I will use SQLMembership Provider, but my own database.

When i click the Create User button (i remind that is not the default button of the CreateUserWizard , but an asp button that i inserted), the message in the CompleteWizardStep control doesn't show up at all on the browser. So i assumed that the CompleteWizardStep control is not working.

And my question is why is this happening?

Is it because i haven't implemented yet the storing of data into the database and that way the CreateUserWizard control detects this fact and doesn't move to the CompleteWizardStep ?

If so, how the CreateUserWizard control detects that the data were stored successfully into the databse?

Shouldn't the CompleteWizardStep control run immediately after the Create User button is clicked?

If not so, what am i doing wrong?

If you need code sample i can provide it, but i didn't do so because this is more like a general question i am putting here.

Thank you in advance !
AnswerRe: CompleteWizardStep not working Pin
jkirkerx7-Nov-12 13:25
professionaljkirkerx7-Nov-12 13:25 
QuestionHow to increase execution time Pin
silentspeaker7-Nov-12 2:48
silentspeaker7-Nov-12 2:48 
AnswerRe: How to increase execution time Pin
Keith Barrow7-Nov-12 3:15
professionalKeith Barrow7-Nov-12 3:15 
AnswerRe: How to increase execution time Pin
Sentenryu7-Nov-12 3:17
Sentenryu7-Nov-12 3:17 
GeneralRe: How to increase execution time Pin
silentspeaker7-Nov-12 19:56
silentspeaker7-Nov-12 19:56 
QuestionFTP Files Downloader Pin
silentspeaker7-Nov-12 1:34
silentspeaker7-Nov-12 1:34 
AnswerRe: FTP Files Downloader Pin
Deflinek7-Nov-12 23:05
Deflinek7-Nov-12 23:05 
AnswerRe: FTP Files Downloader Pin
gopal pradhan8-Nov-12 23:10
gopal pradhan8-Nov-12 23:10 
QuestionPosting a file as a property of a bigger object ASP.NET MVC3 [Solved (Kind Of)] Pin
Sentenryu6-Nov-12 6:54
Sentenryu6-Nov-12 6:54 
Answer"Resolution" Pin
Sentenryu7-Nov-12 3:12
Sentenryu7-Nov-12 3:12 
Questionsign in Popup like codeproject.com Pin
RA|-|UL PATEL6-Nov-12 1:27
RA|-|UL PATEL6-Nov-12 1:27 
AnswerRe: sign in Popup like codeproject.com Pin
Matt U.6-Nov-12 2:14
Matt U.6-Nov-12 2:14 
QuestionNeed help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 0:39
silentspeaker6-Nov-12 0:39 
AnswerRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 1:32
mveRichard Deeming6-Nov-12 1:32 
GeneralRe: Need help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 3:31
silentspeaker6-Nov-12 3:31 
GeneralRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 4:05
mveRichard Deeming6-Nov-12 4:05 
GeneralRe: Need help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 4:38
silentspeaker6-Nov-12 4:38 

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.