The replacement for the retiring ultrawebtoolbar is the webdatamenu but I can't find any samples or examples or any information about how to achieve this. I have a very simple toolbar with two dropdownlists and a button. Do you have any suggestions as to how I can create a menu with these controls embedded and be able to access the controls in the code behind. I tried creating templates but then couldn't see them in the code behind. I don't know whether the templates need to be created using a class (as in the webdatagrid templated columns) or whether to access the control using findcontrol (as in the webexplorer). Is there any migration documentation to indicate how this can be achieved?
Thanks
Andy
BTW I love the term 'sunset policy'...
Hello,
Please let me know if the sample proved helpful or if you need further assistance with this issue.
Hello jcad,
The attached sample (WebDataMenu.zip) demonstrates how to set up a WebDataMenu with two dropdown lists and a button. Using a template means that each instance of the dropdowns are generated dynamically, thus their Client IDs are generated as the page loads. This is why you couldn't see them in the code behind. The only way to find them is to search through the controls and differentiate them by their client IDs, which is demonstrated in Default.aspx.cs.
I had to cut out the ig_res folder to reduce the filesize low enough for attaching. You can add those to the sample on your end to view everything properly.
If you have any further questions, please let me know.
Hello rfa,
Is your issue the same as jcad's? You are having difficulty migrating to WebDataMenu?
I'm currently creating a sample for jcad that will demonstrate how to implement UltraWebToolbar's functionality as a WebDataMenu. Thank you both for your feedback on our documentation. I've submitted a request for these documentations to be created.
If you have any further questions or concerns please let me know.
Any updates on this. I upgraded from 2011 volume 1 to volume 2. Now there is a lot of errors on my ultrawebtoolbars. It's a pain trying to switch to WebDataMenu without any documentations.
This is an initial update to let you know I'm looking into this issue. I will update you on this matter by Tuesday.