12/23/09

Jquery Datepicker in ASP.net control

In this small project i want to do one simple thing:
To implement Jquery Datepicker on ASP.NET page.

My additional requirements are:
The datepicker must be attached to enabled free text insert textbox,
with russian localization and validator that validates the date format - dd.MM.yyy (for example : 31.12.2009)


Its sounds very simple and so it is - who said i must write in my blog only about  very complicate things?
So lets do it....

No comments:

Post a Comment

Getting started with docker

It is very simple to get started usig docker. All you need to do-is download the docker desktop for your system Once you get docker syste...