Add Custom Button

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

Add Custom Button

Post by raymueller »

Is it possible to add a button(s) to an existing page that can be used to perform an action similar to linking to an existing page with a querystring or executing code?

If so, is there an example or how to implement?

Thank you
Ray


motfs
User
Posts: 258

Post by motfs »

You can use the CustomAction feature. Read Server Events and Client Scripts -> Page_Load and Row_CustomAction in help file for more detail.


Post Reply