CodeDigest.Com Logo
Featured:
Go Back

Tagged as 'Asp.Net'

New to ASP.NET? Here’s the Simplest Code You Can Execute
6/7/2020
it’s safe to say that with coding, we all have to start somewhere. To the absolute novice, ASP.NET can seem pretty confusing at first. However, once..Read more

Asp.Net


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

Asp.Net Asp.Net MVC Accessibility


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

Asp.Net Asp.Net MVC jQuery Accessibility


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

Asp.Net Asp.Net MVC Accessibility


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

Asp.Net Asp.Net MVC Accessibility