Step 1: Add the itextsharp Dll from this link sourceforge.net/projects/itextsharp/ Step 2: Add the following codes:- Default.aspx <%@ Page Language=”C#” AutoEventWireup=”true” CodeFile=”Default.aspx.cs” Inherits=”_Default” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”>     <title>Create PDF  Page</title> </head> <body>     <formid=”form1″runat=”server”>     <div>         <tablecellpadding=”4″cellspacing=”4″width=”60%”align=”center”border=”2″style=”border-color: Blue;”>         ..

Read more

nline Complain Management is a Web based project developed in PHP/MySQL which used to manage Customer’s complain Online. User can login, and Create complain, view complain details and track the status of its complain. It has one Admin module where Admin can login and View all complaint details, assign the complain to specific Engineer to ..

Read more

It is one of my project which i have developed for a student around 4 year before and still in my XAMPP htdocs folder, so this sunday i got time to upload it to my blog. Following are the core feature of Online Auction Management Project. ADMIN: Login, View all auction item, update, delete any ..

Read more

onlinebankI had uploaded “Online Banking project” in java around few years and it become an overnight hit post. It’s the most visited post on my blog and people (especially student) email me about it, ask queries about its setup, etc. To continue my efforts to provide a good quality projects for students who want to ..

Read more

Difference between Server.Transfer and Response.Redirect Server.Transfer transfer page processing from one page to another page directory to the next page without making a round trip back to the client browser.This provides a faster response with a little less overhead on the server.Server.Transfer does not update the URL. Response.Redirect is used to redirect the user browser ..

Read more

Types of session management Session object is used to store state specific information per user basis.Session object can be configured 3 ways based on availability and scalability of web application. 1). In Process Mode: This is default mode and useful for small application which is hosted on single server. Advantages: -Fastest mode. -Simple configuration. Disadvantages: ..

Read more