* InputUserName.cs:
* WebControls.csproj: * Estimate.aspx: UserName input control * IValueProvider.cs: * TemplateException.cs: * ResultPages.cs: code cleanning * WorkFlowController.cs: Admin now can register new users * LocalizedText.resx: * LocalizedText.Designer.cs: new registration messages * RegisterModel.cs: The registration message contains the user validation decision
This commit is contained in:
@ -15,8 +15,8 @@ namespace Yavsc.WebControls
|
||||
Level = AspNetHostingPermissionLevel.Minimal),
|
||||
AspNetHostingPermission (SecurityAction.InheritanceDemand,
|
||||
Level = AspNetHostingPermissionLevel.Minimal),
|
||||
ParseChildren (true, "Action"),
|
||||
DefaultProperty ("Action"),
|
||||
ParseChildren (true),
|
||||
|
||||
ToolboxData ("<{0}:ResultPages runat=\"server\"> </{0}:ResultPages>")
|
||||
]
|
||||
public class ResultPages: WebControl
|
||||
@ -24,7 +24,7 @@ namespace Yavsc.WebControls
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Yavsc.WebControls.ResultPages"/> class.
|
||||
/// </summary>
|
||||
public ResultPages ()
|
||||
public ResultPages ()
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user