Use a select combobox in custom page

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

Use a select combobox in custom page

Post by gmandelli »

Good afternoon,
in which way can I have a combobox in custom page populated with values retrived from a tabel in the application database?

Thanks,
John


MichaelG
User
Posts: 1110

Post by MichaelG »

You can use the ExecuteRows function to load the records and create the combo box.


Post Reply