
Hi Everyone,
I want to create a combobox/dropdown list for an EP form which allows me to select an item from the list it contains when I deploy the form on the EP site.
I would also like to provide it with some functionality whenever the user changes the selected item.
How can I accomplish this?
Please help.Thanks in advance.
*This post is locked for comments
I have the same question (0)Create your user control: msdn.microsoft.com/.../hh745329.aspx - this msdn help has steps how to create/deploy/add on web page.
For dropdown add AxDataSource, axform, axgrid. For every column you can create a lookup method.
Open any user control from AOT in Visual Studio and you'll see how standrd controls work.