ASPX templates
Version 4.x > ASPX templates > ASP Select Menu View modes: 
User avatar
Member
Member
Prosperity - 5/27/2009 10:51:59 AM
   
ASP Select Menu
I'm trying to create a select menu where a user can select multiple options and then submit the form. I was wondering which Kentico control is best to fill the select box with list items. For example, I would use asp:ListBox control but what kentico control is equivalent to that?

User avatar
Member
Member
Prosperity - 5/27/2009 11:00:40 AM
   
RE:ASP Select Menu
Sorry, I forgot to mention I'm filling in the options with data from a database table.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/9/2009 9:39:45 AM
   
RE:ASP Select Menu
Hello,

if you uses BizForm, you can use 'ListBox' field type. If you uses custom form, you can use directly standard asp:ListBox control - there is no improved version of this control in Kentico CMS.

Best Regards,

Martin Dobsicek