How to add just a line of text?

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

How to add just a line of text?

Post by snookie »

Is it possible to add just a line of text (e.g: ATTENTION: do this or that!) just above the form and below the 'go back' link.
I want to add such a line on the Add and Edit pages.


motfs
User
Posts: 258

Post by motfs »

Use Page_DataRendering/Page_DataRendered server event for Add/Edit Page to add the text. See Server Events and Client Scripts -> Page_DataRendering and Page_DataRendered for more details.


Post Reply