Create labels above form fields

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
bonesaw
User
Posts: 2

Create labels above form fields

Post by bonesaw »

Is there a way to generate lables above a group of form fields? I can add them in the geneated code but was hoping there was a way via the UI.


MichaelG
User
Posts: 1111

Post by MichaelG »

If you mean adding cotent to the top of your page, use the Page_DataRendering server event.

If you mean moving the field captions above field input, use Custom Template to create your own layout.


bonesaw
User
Posts: 2

Post by bonesaw »

Thank you! The custom layout should work


Post Reply