Stories recently tagged with 'form'

Building a better web forms: Labels in form layouts (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 8 months ago

The project that I'm currently working on is really challenging. Together with my team, I am refactoring the presentation layer of some complex web application which user interface caused very bad user experience. One of the things we are working on is a form layout refactoring. In this article I'll show you how we tried to improve common form layouts by using underlined labels. read more...

1 comment |category: |Views: 24

tags: another

Submit disabled controls in ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

When the form was submitted, it didn’t submit the contents of the disabled textbox. It puzzled me, but then I found that ASP.NET 2.0 doesn’t submit client-side disabled controls by default. However, there is an easy way to force it to do so. read more...

add a comment |category: |Views: 99

tags: another