
Search In
This blog gives you step by step instructions on how to make dynamic themes in C#.
1) First develop all of the themes you want and put them all under the App_Themes folder in your ASP.Net project. I have created two themes with Red and Green Name.
Most of us probably know that EM was very popular back in the days of IE6 and other browsers that didn’t support “full site zooming” (like moving your head closer to the screen, ctrl and + to zoom in, ctrl and – to zoom out). Loads of sites had butto
Hello Readers
Here is the example of
Flipping a div with css3 transitions and 3d transforms.
<div id="container">
<div id="card">
<div class="frontFace">
<h2>Hover Me to view effect</h2>
<
Transaction is very useful in large rich applications such as eCommerce, Real Estate etc etc. It is mostly used in Customer Relationship Management (CRM), Enterprise Resource Plan (ERP).
What is Transaction?
When we need to execute more than one que
In a MVC application the requests are routed to a special class called the Controller. The controller is responsible for generating the response and sending the content back to the browser.
When an MVC application receives request the action method
ASP.NET Page Life Cycle
When page ise requested its gets loaded into memory after work is being done it is unloaded from the memory.
The page life cycle phases are:
Initialization
Instantiation of the controls on the page
Restoration and
A Transaction groups a set of tasks into a single execution unit. Each transaction begins with a specific task and ends when all the tasks in the group successfully finish.If all of these tasks execute successfully, then a transaction is committed an
Panel control is works as a container for static text and other controls or we can say that it acts as a parent for other controls in a web page. It displays or hides the other controls as per the need of the program.
Uses of panel control:-
1.Gener
Below is the program to demonstrate various method calling conventions followed in C:
using System;
class Program{
public static void Main(){
// ========================= PART I =======================================================
int n1 =
Hello
Today we would be discussing about a very important aspect of MDM and PIM. This blog post point out variations between the two.
Various analysts reckon PIM as a fragment of MDM. For instance, MDM is defined as the management o
