thanks for the class names, I went through them but meana while i found the code which is doing the same job, but the main things is the validation which are applied for this form are not able to configured can you suggest how to configure them <asp:Panel runat="server" ID="pnlAddress">
<asp:Label runat="server" ID="lblError" CssClass="ErrorLabel" Visible="false" EnableViewState="false" />
<cms:UIContextPanel ID="pnlUiContext" runat="server">
<cms:UIForm ID="EditForm" runat="server" ObjectType="Ecommerce.Address" AlternativeFormName="SSDLOrdersAddress_E_commerceSite_Edit" RedirectUrlAfterCreate="/MyAccount/Address" />
</cms:UIContextPanel>
</asp:Panel>
how can i customize the validations for them.