Monday, August 29, 2016

Show and hide div on one button Click using jquery

Saturday, August 27, 2016

Remove special characters (-, _,) from string in SQL SERVER

Thursday, August 25, 2016

How to create tags using Jquery in asp.net

In this article I am going to explain how to create tags using Jquery plugin in asp.net with database.




Description:
I want to add tags to each article or post. To crate tag I am using Tag-it Jqery plugin.  You can see the working example and can download the plugin From here. 

Monday, August 22, 2016

How to set color for ODD and EVEN rows in HTML Table using CSS

In this article I am going to explain how to set alternate color for ODD and EVEN rows in HTML Table using CSS.

How to set color for ODD and EVEN rows in HTML Table using CSS




Description:
I want to set alternate color on rows in HTML table. We can set using odd and even nth child selector.




Saturday, August 20, 2016

Form validation example using AngularJs with Bootstrap in MVC application

Here in this article I am going to explain how to implement Angularjs form validation with Bootstarp in MVC application

Form validation example using AngularJs with Bootstrap in MVC application


Description:
I want to validate the form on submit button. To validate I am using bootstarp with Angularjs. 

Friday, August 19, 2016

Sort and filter Grid using AngularJs in MVC

Here in this article I am going to explain how to sort and search the data in grid and also highlight the searched matched text using Angularjs in MVC application.

Sort and filter Grid using AngularJs in MVC


Description:
I am displaying the data in table using ng-repeat. I want to sort and search the data in grid also highlight the searched text results. 

Thursday, August 18, 2016

AngularJs: Search and highlight matched text in MVC application

Here in this article I am going to explain how to search and highlight the matched text using Angularjs in MVC application.

AngularJs: Search and highlight matched text in MVC application


Description:
I am displaying the data in table using ng-repeat. I want to highlight the searched text results.

Implementation:

Sunday, August 14, 2016

How to insert, update, delete and show the data using AngularJs in asp.net MVC

In this article I am going to explain how to insert, update, delete and show the data using AngularJs in asp.net MVC.

How to insert, update, delete and show the data using AngularJs in asp.net MVC



Description:
In this angularjs tutorial I am going to perform create, read, update and delete (CRUD) operations.

Implementation:

Tuesday, August 9, 2016

Sql Server: Calculate Age in years from Date of Birth (DOB)

In this article I am going to explain how to calculate the age in years from given Date of Birth in Sql.


Implementation:

You can calculate the age from DOB using below given methods:

Monday, August 8, 2016

AngularJs: Show default image with asp.net mvc

In this article I am going to explain how to show default image if image is missing or not uploaded using angularjs with asp.net mvc.


Description:
I am displaying the employees detail like name, phone number, email, profile pic etc. in Grid using ng-repeat. If users do not upload profile pic or missing, in that case show default image.

Implementation:

Sunday, August 7, 2016

How to display message when ng-repeat filter is empty or null using AngularJs with MVC

Saturday, August 6, 2016

Angularjs : Show message on empty ng-repeat

In this article I am going to explain how to show message No Result Found when filter is empty in ASP.NET MVC using AngularJs.

Angularjs : Show message on empty ng-repeat


Description:

Tuesday, August 2, 2016

AngularJs: CRUD operations in Asp.net MVC 5

In this article I am going to explain how to perform Create, read, Update and Delete (CRUD) operations in Asp.net MVC 5 using AngularJs.

AngularJs CRUD operations in Asp.net MVC 5



Description:
In this angularjs tutorial I am going to perform create, read, update and delete (CRUD) operations.

Implementation: