
Search In
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
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 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
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]
[
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
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?
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
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 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
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
