Currently I am thinking through a site that uses a responsive design to render nicely on smart phones etc.
I am in the habit of using the traditional ASP.NET validators for validation (e.g. RequiredFieldValidators etc) as I feel they do an ok job.
One question I have is whether the traditional ASP.NET validators work well in mobile devices with regard to their use of JavaScript or whether I should consider another mechanism