Click here to Skip to main content
15,891,704 members

Comments by byff (Top 4 by date)

byff 5-Aug-21 11:55am View    
Groovy. I took the approach described here, and it's working great. Thanks again.

https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.invoke?view=net-5.0
byff 5-Aug-21 11:25am View    
Makes sense. I'll update and see how things work. Thank you!
byff 19-Jul-18 20:37pm View    
The Placeholder didn't work either, but I know I can fix the issue by simply creating the menu explicitly rather than through the ASP menu control. I'm gonna consider this solved. Thanks again!
byff 19-Jul-18 12:30pm View    
Very interesting. The "role=menuitem", class="static" and style attributes are not being produced in the LI elements, and the UL element is missing the role, class, tabindex and style attributes.

Thanks for the suggestion. Maybe I can work around this in CSS, but I'm also considering using a different construct (the ASP Placeholder control).