customizing the CreateUserButton

  • Thread starter Thread starter Anton
  • Start date Start date
A

Anton

hi

asp.net 3.5

I want a customized CreateUserButton in my createuserwizard. I want to add a
ImageButton as CreateUserButton, but I don't know what id it should have and
what commandname it should have?

I don't know if it's possible but I've read that it's possible to customize
the Continue button, buttun id="ContinueButton" CommandName="Continue"

any suggestions?
 
hi

asp.net 3.5

I want a customized CreateUserButton in my createuserwizard. I want to add a
ImageButton as CreateUserButton, but I don't know what id it should have and
what commandname it should have?

I don't know if it's possible but I've read that it's possible to customize
the Continue button, buttun id="ContinueButton"  CommandName="Continue"

any suggestions?

http://forums.asp.net/t/1272360.aspx

Hope this helps
 
Back
Top