CodeDigest.Com Logo
Featured:
Go Back

Tagged as 'accessibility'

Make Asp.Net MVC Clientside(jquery.validate.js) Form Validation Error Message Accessible
22/9/2017
In this article, let us understand how to make the input form validation error message accessible to screen reader users. ..Read more

Accessibility Asp.Net Asp.Net MVC


Create Accessible TextArea Character Counter in Asp.Net MVC Using jQuery
19/8/2017
we will have TextArea for getting user comments in the form of multiline texts in input forms. It is necessary to inform users about the text length..Read more

Accessibility Asp.Net Asp.Net MVC jQuery


Accessible RadioButtonList and CheckBoxList in Asp.Net MVC-Section 508 Compliance and ADA Compliance
14/8/2017
Let’s understand how to make RadioButtonList and CheckBoxList elements accessible, i.e. let’s make the label and individual option’s label of these..Read more

Accessibility Asp.Net Asp.Net MVC


Creating Accessible Input Forms in Asp.Net MVC - Section 508 Compliance and ADA Compliance
12/8/2017
Making web accessible to disabled people requires our web application should be accessible to various assistive technologies like screen readers, etc..Read more

Accessibility Asp.Net Asp.Net MVC