When using asp:login, asp:forgotpassword and asp:createuserwizard controls within an ascx. (e.g registration.ascx) it can't find e.g UserName, even tho it exists within LayoutTemplate. Any idea how to fix this?
|
|
If you open smart tag for control in design mode,you shall see that there are steps that can be convertible to templates for customization.
For CreateUserWizard , press Customize Create User Step and you will observe that,control is converted into a table template which you can see how controls named i.e. UserName,Password...
Also know that If you wish to find control from inner templates , you must look for templates with
Hope this helps to solve your problem |
||||
|

