In this demo, you can see how to use the FormLayout extension to create a complete and fully functional registration form.
Note that in addition to an elegant form UI with aligned captions and editors, this implementation provides the following features:
- Support for the automatic visualization of required field indicators. If the Model field is decorated with the RequiredAttribute, FormLayout automatically adds the required marks for the corresponding layout item.
- Both client and server validation of user input.
- Server-side Captcha verification.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxNavigationAndLayoutDemos |