Thanks in advance for any help.
I'm trying to use the MetaBuilders combobox on my form, but I am just not sure how to do it.
I added in the code (correctly, I think??) as a reference in the project.
On the HTML on the backend, I just have this:
<MBCBB:COMBOBOX id="comboCities" runat="server"></MBCBB:COMBOBOX>
I'm trying to add the contents to the combobox dynamically, just as I would with a ddl.
When looking at the .aspx file, it shows the control, but it says: 'Error Creating Control' in red before the name.
Any clues as to what I did wrong? Sorry for such a basic post.
Thanks!
Kimberly
I'm trying to use the MetaBuilders combobox on my form, but I am just not sure how to do it.
I added in the code (correctly, I think??) as a reference in the project.
On the HTML on the backend, I just have this:
<MBCBB:COMBOBOX id="comboCities" runat="server"></MBCBB:COMBOBOX>
I'm trying to add the contents to the combobox dynamically, just as I would with a ddl.
When looking at the .aspx file, it shows the control, but it says: 'Error Creating Control' in red before the name.
Any clues as to what I did wrong? Sorry for such a basic post.
Thanks!
Kimberly