About 1,760,000 results
Open links in new tab
  1. web ui: How to present a large list for multi-select

    Aug 9, 2016 · I'm looking for any examples anyone might have seen of how to effectively present a list of items (about 1500 in total) so that multiple items can be selected. I've seen a couple of …

  2. Best examples of CRUD Web Form Design - Stack Overflow

    I am looking to revamp our CRUD web forms and would appreciate any examples of good UI design. We have lots of database tables that have minimal editing needs by the user - Country …

  3. System.Web.UI not supported in .Net 8.0 - Stack Overflow

    Mar 12, 2024 · The System.Web.UI namespace does not exist in any framework version after .NET framework 4.8.1. As mentioned by others in the comments to switch off of .net …

  4. user interface - What are some good UX web designs for selecting ...

    I'm working on redesigning a web interface to provide the same functionality it has currently but with easier use via good UX design. Currently, here is what the design looks like: I'm less …

  5. Differences in building UI between Web and Desktop Applications

    Jul 20, 2012 · The UI for web apps is constructed differently from the UI of desktop apps. I'm interested to know what are actually the major differences in building UI between the two …

  6. c# - Can't import system.web.ui.design - Stack Overflow

    Dec 22, 2012 · System.Web; System.Design; But it still can't find it! I need to import it so I can use ContainerControlDesigner. I'm using .NET Framework 4 and a normal ASP.NET Web Forms …

  7. What is difference between Interaction design, Visual Design, Web ...

    Visual Design and UI Design stand for the aestethic feel. The only difference between Visual Design and UI Design lies in the fact that the first one is more comprehensive, including …

  8. Flutter apps and web adaptive UI layout - Stack Overflow

    Sep 18, 2022 · The code is built for mobile app design. I am currently looking to support website using the same codebase. One of the issue with supporting both mobile apps and web is that …

  9. c# - Visual UI Designer for web apps? - Stack Overflow

    Aug 8, 2021 · Is there any tool which allows designing a web app visually (drag and drop controls to design page similar to WinForms) for visual studio or any is there any other web app …

  10. design patterns - Recommendations for handling list selection of …

    Oct 28, 2009 · I am struggling with what the better practices or recommended ui design patterns are for making selections from a list of data, more specifically, key/value data. My questions …