replacing the "create user" button

J

Jeff

hi

asp.net 3.5

I want to remove the "create user" button of my create user wizard. Because
I have a ImageButton of ID ContinueButton I'm using instead. As the markup
is now, I can register users using my ImageButton. But it's a bit annoying
that my webpage also have a "create user" button, which don't look good...
any suggestions?

<asp:CreateUserWizard ID="cuwNewUser"
runat="server" AutoGeneratePassword="false"
OnCreatedUser="CreatedUser" DisableCreatedUser="true"
LoginCreatedUser="false" CreateUserButtonType="Image"
FinishCompleteButtonType="Image"
FinishCompleteButtonImageUrl="~/Images/Go.gif"
CreateUserButtonImageUrl="~/Images/Go.gif" >

Markup of the ImageButton
<tr>
<td colspan="2">
<div style="text-align:right;">
<asp:ImageButton ID="ContinueButton" CommandName="Continue"
ValidationGroup="cuwNewUser" runat="server" ImageUrl="~/Images/Go.gif" />
</div>
</td>
</tr>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top