Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   reuse CreateUserWizard as "EditUserWizard" (http://www.velocityreviews.com/forums/t779653-reuse-createuserwizard-as-edituserwizard.html)

Reinhard 03-06-2007 05:37 PM

reuse CreateUserWizard as "EditUserWizard"
 
Hi,

I have a createUserWizard control on my page for unregistered users.

I would like to use the same page if registered users want to change
some of their data.

I am thinking of passing an argument (logged_in = true) to the page,
and based on this alter the behaviour of the Control to:
load User data into the text boxes.
on Submit: -> UPDATE instead of INSERT data

I know this is not supported out-of-the-box.

How can I do this? - subclass CreateUserWizard, or is there any
possibility to override or hook into the default methods of the
control?

thank you
Reinhard



All times are GMT. The time now is 05:07 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57