The ng-if directive, as you know, is a built-in AngularJS directive that removes or recreates HTML elements from the DOM. It is useful when you want to hide or show elements based on certain condition ...
I have previously shared an article on my blog about jQuery UI Datepicker widget and explained various formats that you can apply based on your requirement. The jQuery Datepicker provides easy to use ...
You can use the jQuery DatePicker control to work with date related functions in your Asp.Net applications. The DatePicker control can be attached to any form input field. Here in this post I’ll show ...
You can display a date in different formats and if you are using the jQuery Datepicker UI widget in your web application, then you can change the format using various ways. I have shared an article ...
A couple days back I have posted an article on how to bind jQuery UI Datepicker to AngularJS, by creating a custom directive. In the previous example, I have used an input box to bind the Datepicker ...
I am sharing an example here, which shows how to add a jQuery Datepicker control to a GridView row and save the date, with other data, to a database table using C# and Vb.Net code ...
No need to say that a Asp.Net Gridview control is one of the most versatile tool ever to be used on websites and in web applications. Its easy to use and it also comes with lots of features. In one of ...
Let us assume, you have a form with many input boxes or textboxes and you want set focus on a textbox automatically with the click of a button or after selecting or entering some value in the previous ...
The Infragistics DatePicker control is useful for selecting dates and date range in an Asp.Net application. This drag and drop, Ajax enabled control has a drop down Month calendar. It not only makes ...
JQuery Datepicker has definitely proved itself as a very useful component while design websites and applications. Not just web designers, online users too love it for rich and easy to use features. ...