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

Search In

How to check and uncheck all checkbox on single click?

When we have multiple check box to select then we need to check all these one by one it will take more time to check all so by using jsscript we can check and unchecked all check box on a single click. In the below script can check and uncheck all ch

How to change the color of placeholder ?

Here I am posting that how to change the color of placeholder. you can use the code below. ::-webkit-input-placeholder { color: red; } :-moz-placeholder { /* Firefox 18- */ color: red; } ::-moz-placeholder { /* Firefox 19+ */ color: red

Abstraction in java

Abstraction is defined as the hiding of backend content/details and only providing necessary information. There are two ways to achieve abstraction:- Abstract class Interface ABSTRACT CLASS:- The class which is declared as abstract is known as abstr

Handling Return Messages in AJAX Call

While implementing AJAX call users find problem what to return and how to handle it. This is my web method which is returning a string in both the cases whether insertion occurs or error is being generated by the program. [WebMethod] [

How to change particular text font size in class using ttf file

In the below example code I have changed particular font size by using ttf file. Here I have added ttf file in assets folder using TypeFace class, I have also included zont zip file. You can see the below example it will clearly describe you How to c

Early binding and Late binding

In C++ program the compiler converts every statement in machine language of one or more lines, during compiled time. Every line is provided with the unique address. So each function of the program is provided with the unique machine language address.

Difference between ASP.NET Web Form and ASP.NET MVC?

Difference between ASP.NET Web Form and ASP.NET MVC? ASP.NET Web Form Views i.e web Form(aspx) is tightly coupled to logic i.e  code behind(aspx.cs).  Traditional event driven model is followed. For consistent look and feel master pag

Serilazable interface

Hello All, Could anyone help with this,The Serializable interface doesn't contain any members and also called as Marker Interface But to persist any object that must be implemented serializable  interface ,I want detail explanation about se

Command Line Arguments

Command Line Arguments: Command Line Arguments are those arguments which are passed during executing a program through console. Arguments passed from  console can be used in a java program and  can be taken as an input. Example: publi

Viewing Metadata in C#

Reflection is used to find information at run time. The classes that are used resides in the System.Reflection namespace.   The System.Reflection namespace contains the classes that allows you to access information and to dynamically add types

  • 735
1 155 720
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: