473,657 Members | 2,571 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

create user wizard

How can I make a simple redirect occur for the CompleteWizardS tep instead of a display ?
Jan 11 '07 #1
1 1833
Try this

protected void CreateUserWizar d1_CreatedUser( object sender, EventArgs
e)
{
Response.Redire ct("http://www.yahoo.com") ;
}

Jan 18 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1516
by: John | last post by:
Hi I am using the Create User Wizard and am getting the 'Password length minimum: 7. Non-alphanumeric characters required: 1.' error when trying to create a new user. What am I doing wrong? Also is there a way to not use security question and answer in the wizard? Thanks
3
8335
by: John | last post by:
Hi I am using create user wizard with sql server based membership/roles. I have the following questions; 1. How can I get rid of the security question and answer as I don't need it in my app? 2. How can I get the control to send an email to the "office" so they can authorise the account before it can be activated for the user?
0
1070
by: Amir Ghezelbash | last post by:
Hello all, I have a question...i am using the regulare wizard to create members while implementing membership provider now every thing works fine..member gets created i do see it in the database, but the login wizard doesnot log in the members that i manually create..if i create the same members using the createUser wizard...the user can login usig the login wizard..how can i fix that...thank you oh btw the code i am using to create...
0
289
by: Amit Saxena | last post by:
Hi, i need to create a user in active directory but i need to store some of the information in Database. I plan to use out of "create user wizard" and add some more properties which need to be stored in database tables. I understand i can use ActiveDirectoryMembershipProvider to create user in active directory. but to store detailed information, i will have to extend this ActiveDirectoryMembershipProvider.
13
2848
by: forbes | last post by:
Hi, I have a user that used the Query Wizard to create a query in Access. Now she claims that her master table is missing all the data that was excluded from the query. Can you create anything other than a select query using the Wizard? What do you think happened to her data? I am working remotely until Friday, so I can't get down to her office and check out what she did.
3
4925
by: oozy | last post by:
Hi, I'm currently using Page.Form.DefaultButton = ChangePassword1.FindControl("xx").UniqueID to set my DefaultButtons in a form that has multiple wizards(each in it's own panel). I can find the ID of every wizard I am using except the "Create User" button of the Create User Wizard. I've tried the ID, the name, parts of either, but I always get an error in my page
1
2127
by: jjrafael | last post by:
Hi, This is my first post in the list and I hope I don't ask any dumb or already answered questions. After searching the web and many user groups and not finding what I was looking for I decided to post here my problem. I am trying to create a Wizard (ASP.NET 1.1) with some simple navigation that is going to be the base to all our user oriented pages.
0
1408
by: =?Utf-8?B?UmFq?= | last post by:
In Create User Wizard, if password and confirm passowrd does not match....we get an error msg, once you set the confirm password right and without moving cursor out of the confirm password box click on the "Create user" button...the page will not be posted the only difference will make it the error msg will be moved out and if you click again the "Create user" button ....then user account will be created. This happens only in IE not in...
3
3943
by: sanghavi | last post by:
how to create a set up project in vb.net..how to run an application on a different machine
2
1557
by: =?Utf-8?B?cHJhZHk=?= | last post by:
Hi, Is it possible for me to create new users without using the wizard? I am using a custom membership as i want to capture more data other than the ones which are available in the wizard. Is it possible for me to use the custom membeship create user method? If yes how can i call it ? What should i be giving the button_click event of my webpage where i capture the data? Thanks in advance Prady
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8823
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7321
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1950
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1607
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.