Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Trigger() method in jQuery

Trigger() method: It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default behavi

How to align checkboxes and their labels?

Hi there. In this blog post, I will tell you the solution for one of the minor problems faced in CSS. And that is, vertically aligning checkboxes and their respective labels consistently across browsers. Whenever I try to align them correctly in on

How to bind a dynamic dropdown list

In this blog we illustrate how to bind a dynamic dropdown list when dropdown list is coming from a databse in MVC See the below Example code: We bind a dropdownList for a States where the list of states is coming from a database.   We make Sta

Strings in JavaScript

Hello Readers,   JavaScript strings are used to store collection of characters or it can be text inside quotes. We can use both single and double quote. Lets talk about the basics of String.   For Example :   var userName = "Jon

AngularJs Expressions

Expression in Angular Js are same like JavaScript i.e they also have literals, operators, and variables. Expression in Angular Js can  be written inside curly braces (example: {{ expression }} ) and can also be written inside a directive (e

Passing model as list in MVC

In MVC while making projects you need to pass the model of attributes as a list.   For this you need to pass or return it in form of list and then bind it with the action which will invoke that function and at last associate it with the view.

Limit Keyword in SQL

By default, all results that satisfy the conditions specified in the SQL statement are returned. However, this may not always be what we want, as sometimes we only want to retrieve a subset of records.   In MySQL, this is accomplished using th

Url.Action in MVC

While writing projects in MVC we need to sometimes send our URL to the action where the methods will be called.   So here we are about to discuss a property called Url.Action which is used to redirect and navigate the view to the particular ac

How to bind checkbox with enum values in MVC?

To bind checkbox with enum, we have to write some custom code. Here, below is the example of binding checkbox with enum.   Suppose we have a enum EmployeeGroup public enum EmployeeGroup { [Display(Name = "Group 1")] Group

md-list in angular material

<md-list> is the most important directive in angular material to represent the list of items. Multiple items 1 to n can be displayed by using this directive. User don't need to write frontend or html multiple times to display the

1 156 282
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: