
Search In
In ASP.Net, we are having three modes to manage the session:-
1. InProc
2. OutProc or StateServer
3. SQLServer
Where the session to be stored? You can decide on the basis of given definition:-
InProc - In this mode, Session is maintained on the
Hello Reader's, If you having a multidimensional array from which you only want a single key values column then this blog is helpful to you.
Let consider a array with full of key values:-
$exArray=array(
array('name' =&g

In the realm of digital marketing, nothing remains constant. There are a few strategies that continue to evolve over time. With new technologies and techniques onboard, search engine optimization is one of the effective online marketing strategies th
The storage class in C are the one which defines the scope or life time of the variable and functions
Four Different storage classes of C are :
Auto
Register
Static
Extern
Auto Storage Class
Auto storage class are the one
Hello All,
If you want to make an accordion, this code will help you to make a dynamic accordion using HTML, CSS and Jquery.
An accordion is a stacked list of items. Each item can be "expanded" or "stretched" to reveal the content associated with t
The strcmp is a string function in php which compares the two strings. strcmp is a binary-safe and case-sensitive function.This means the comparison is case sensitive.
The syntax of strcmp:
strcmp(string1,string2)
Here, the string1 is the one wh
Hi, Android 7 i.e nougat supports multi window mode to open more than one screens at a time
With help of this flag one activity can be open adjacent to another activity.
Require jdk : 1.8 or higher
Require sdk : 24 nougat
Require dependency :
c
Write a sql query to add column's value , containing null values also in records. But the sum of the added columns must be numeric only. Output cannot be null. It can be achieve by two ways.
SELECT (COALESCE(Column1, 0) + COALESCE(Column2, 0)) as
If you want to create dynamic editable rows in a table using html and javascript, below example will helps you.
In the below code first I have created a button and then created table in which I have added 2 columns, as the output is shown&nb
We have two ways by which we can rename our file
1. Move method
2. MoveTo method
1. Move method
Move method move a specified file to a new location.
Syntax:
public static void Move( string sourceFileName, string destinationFileName )
It
