E Advertisement Final.docx

  • Uploaded by: Sanjana Manisha Kongari
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View E Advertisement Final.docx as PDF for free.

More details

  • Words: 9,783
  • Pages: 107
Ranchi Women’s college (An Autonomous College under Ranchi University)

URL:- www.edvertisement.in

Submitted By:Damini Kumari(13VCBSIT006) Deepika Kumari(13VCBSIT044) (session- 2013-2016)

Ranchi Women’s college, Ranchi

CERTIFICATE This is to certify that the project report entitlede-advertisement submitted to Ranchi Womens college, Ranchi in partial fulfillment of the requirement for the award of degree of information technology, is an original work carried out by Damini Kumari (13VCBSIT006) and Deepika Kumari (13VCBSIT044)

(Supervisor)

(Examiner)

ACKOWLEDGEMENT Achievement is finding out what you would be then doing, what you have to do. The higher the summit, the harder is the climb. The goal was fixed and we began with a determined resolved and put in ceaseless sustained hard work. Greater challenge, greater was our effort to overcome it.

This project work, which is my first step in the field of professionalization, has been successfully accomplished only because of my timely support of well-wishers. I would like to pay my sincere regards and thanks to those, who directed me at every step in my project work.

I would also like to thank my class teachers for her indefatigable guidance, valuable suggestion, moral support, and contribution of time for the successful completion of project work. At the outset. I sincerely thank all faculty members of my institutions for her extra efforts to make our session on line inspire of all ideas.

Last but not least, I would like to acknowledge the ongoing support of my parents and my family members, whose patience and encouragement during these long days and night have been paramount in making this project a reality.

INDEX SL. NO.

NAME OF PAGES

1.

Introduction of the project

2.

Objectives of the project

3.

Advantage of the project

4.

System specification

5.

Tools and technology

6.

ER-Diagram

7.

Data Flow Diagram

8.

Project scheduling

9.

Pert chart

10.

Data modeling

11.

Security and validation checks

12.

Testing

13.

Scope of future application

14.

Conclusion

15.

Bibliography

PAGE NO.

1.INTRODUCTION OF THE PROJECT This is a Project work undertaken in context of partial fulfillment of the BSc IT. Since E-ADVERTISEMENT is associated with the lives of common people so I decided to work on this project. The purpose of this project is to increase sales and raise brand awareness for your business as part of your marketing strategy.

I have tried my best to make the complicated process E-ADVERTISEMENT as simple as possible using Structured & Modular technique & Menu oriented interface. I have tried to design the software in such a way that user may not have any difficulty in using this package & further expansion is possible without much effort. Even though I cannot claim that this work to be entirely exhaustive, the main purpose of my exercise is to perform each activity in computerized way rather than manually which is time consuming, this is a special gift to new people or tourist who are visiting Ranchi first time. People can search anything online either movies/electronic shop/ etc.

I am confident that this software package can be readily used by non-programming personal avoiding human handled chance of error.

2.Objectives of the project This software package can be readily used by non-programming personal avoiding human handled chance of error. This project is used by two type of users i.

Administrator.

ii.

Employees

Administrator can maintain daily updates in the requests of the customers, Ads information’s. Administrator is must be an authorized user. He can further change the password. There is the facility for password recovery, logout etc...

3.ADVANTAGE I have designed the given proposed system in the C# and SQL Server. The following steps that gives the detailed information of needs of proposed system.

Performance: During past several decades, the company records are be manually handled for all the

supposed to

activities. The manual handling of the record is

time consuming and highly prone to error. For the benefits of the users and to improve the performance of the companies or dealers the computerized system is to be undertaken. The computerized project is fully computerized and user friendly even that any of the members can see the report and status of the company.

Efficiency: The basic need of the project is efficiency. The project should be efficient so that whenever a new customer record is added, or record is modified or deleted, the record is updated automatically

Control: The complete control of the project is under the hands of authorized person who has the password to access this project and illegal access is not supposed to deal with. All the control is under the administrator and the other members have the rights to just see the records not to change any transaction or entry.

4.System specification Processor Ram

AMD A4-500 APU 4GB

Hard disk

1 TB

Graphics

Radeon(TM) HD Graphics 1.50 GHz

5.Tools and Technology ASP.net 2012

FRONT END CODING

SQL Server 2012

BACK END CODING

CSS menu

MENU

Amazing slider

FLASH

Photoshop

DESIGN

Coral draw

DESIGN

Microsoft word

DOCUMENTATION

Do pdf

PDF CREATION

Front End (Asp.Net ) ASP.Net is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required to build up robust web application for PC, as well as mobile devices. ASP.Net works on top of the HTTP protocol and uses the HTTP commands and policies to set a browser-to-server two-way communication and cooperation. ASP.Net is a part of Microsoft .Net platform. ASP.Net applications are compiled codes, written using the extensible and reusable components or objects present in .Net framework. These codes can use the entire hierarchy of classes in .Net framework. The ASP.Net application codes could be written in either of the following languages: C# Visual Basic .Net Jscript J# ASP.Net is used to produce interactive, data-driven web applications over the internet. It consists of a large number of controls like text boxes, buttons and labels for assembling, configuring and manipulating code to create HTML pages. ASP.NET ASP.NET is a web application frame work developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language.

ASP.NET is a compiled, .NET-based environment; you can author applications in any .NET compatible language, including Visual Basic .NET, C#, and Script .NET. Additionally, the entire .NET Framework is available to any ASP.NET application. Developers can easily access the benefits of these technologies, which include the managed common language runtime environment, type safety, inheritance, and so on. ASP.NET has been designed to work seamlessly with WYSIWYG HTML editors and other programming tools, including Microsoft Visual Studio .NET. Not only does this make Web development easier, but it also provides all the benefits that these tools have to offer, including a GUI that developers can use to drop server controls onto a Web page and fully integrated debugging support. Developers can use Web Forms or XML Web services when creating an ASP.NET application, or combine these in any way they see fit. Each is supported by the same infrastructure that allows you to use authentication schemes; cache frequently used data, or customizes your application's configuration, to name only a few possibilities. Web Forms allow you to build powerful forms-based Web pages. When building these pages, you can use ASP.NET server controls to create common UI elements, and program them for common tasks. These controls allow you to rapidly build a Web Form out of reusable built-in or custom components, simplifying the code of a page.

An XML Web service provides the means to access server functionality remotely. Using XML Web services, businesses can expose programmatic interfaces to their data or business logic, which in turn can be obtained and manipulated by client and server applications. XML Web services enable the exchange of data in client-server or server-server scenarios, using standards like HTTP and XML messaging to move data across firewalls. XML Web services are not tied to a particular component technology or object-calling convention. As a result, programs written in any language, using any component model, and running on any operating system can access XML Web services.

Each of these models can take full advantage of all ASP.NET features, as well as the power of the .NET Framework and .NET Framework common language runtime. These features and how you can use them are outlined as follows: If you have ASP development skills, the new ASP.NET programming model will seem very familiar to you. However, the ASP.NET object model has changed significantly from ASP, making it more structured and object-oriented. Unfortunately this means that ASP.NET is not fully backward compatible; almost all existing ASP pages will have to be modified to some extent in order to run under ASP.NET. In addition, major changes to Visual Basic .NET means that existing ASP pages written with Visual Basic Scripting Edition typically will not port directly to ASP.NET. In most cases, though, the necessary changes will involve only a few lines of code. Accessing databases from ASP.NET applications is an often-used technique for displaying data to Web site visitors. ASP.NET makes it easier than ever to access databases for this purpose. It also allows you to manage the database from your code. ASP.NET provides a simple model that enables Web developers to write logic that runs at the application level. Developers can write this code in the Global. sax text file or in a compiled class deployed as an assembly. This logic can include application-level events, but developers can easily extend this model to suit the needs of their Web application. ASP.NET provides easy-to-use application and session-state facilities that are familiar to ASP developers and are readily compatible with all other .NET Framework APIs. For advanced developers who want to use APIs as powerful as the ISAPI programming interfaces that were included with previous versions of ASP, ASP.NET offers the IHttpHandler and IHttpModule interfaces. Implementing the IHttpHandler interface gives you a means of interacting with the low-level request and response services of the IIS Web server and provides functionality much like ISAPI extensions, but with a simpler programming model. Implementing the IHttpModule interface allows you to include custom events that participate in every request made to your application. ASP.NET takes advantage of performance enhancements found in the .NET Framework and common language runtime. Additionally,

It has been designed to offer significant performance improvements over ASP and other Web development platforms. All ASP.NET code is compiled, rather than interpreted, which allows early binding, strong typing, and just-in-time (JIT) compilation to native code, to name only a few of its benefits. ASP.NET is also easily factorable, meaning that developers can remove modules. Session module, for instance) that are not relevant to the application they are developing. ASP.NET also provides extensive caching services (both built-in services and caching APIs). ASP.NET also ships with performance counters that developers and system administrators can monitor to test new applications and gather metrics on existing applications. Writing custom debug statements to your Web page can help immensely in troubleshooting your application's code. However, they can cause embarrassment if they are not removed. The problem is that removing the debug statements from your pages when your application is ready to be ported to a production server can require significant effort. ASP.NET offers the Trace Context class, which allows you to write custom debug statements to your pages as you develop them. They appear only when you have enabled tracing for a page or entire application. Enabling tracing also appends details about a request to the page, or, if you so specify, to a custom trace viewer that is stored in the root directory of your application. The .NET Framework and ASP.NET provide default authorization and authentication schemes for Web applications. You can easily remove, add to, or replace these schemes, depending upon the needs of your application. ASP.NET configuration settings are stored in XML-based files, which are human readable and writable. Each of your applications can have a distinct configuration file and you can extend the configuration scheme to suit your Requirements. Applications are said to be running side by side when they are installed on the same computer but use different versions of the .NET Framework.

IIS 6.0 uses a new process model called worker process isolation mode, which is different from the process model used in previous versions of IIS. ASP.NET uses this process model by default when running on Windows Server 2003.

.NET - a framework: It is a Framework in which Windows applications may be developed and run. I agree that this answer does not tell much. In order to understand .NET we must go back in time and follow the development of Windows and the advent of Windows programming. Windows provide the programmers with various functions - called API. Starting from the very first time Windows enter the commercial market to the latest version of Windows XP, APIs are the basic tool to let the Windows know what you want it to do. If you want to create a Dialog Box you must call a specific API provided to you by Windows. Making a button requires another API call. And the list goes on. As new GUIs appear on the seen, new APIs are introduced in Windows. But using these native APIs was a very challenging task. Making a simple Window that prints "Hello World" could take more than hundred lines. Compare this to 5 lines of "Hello World" program in DOS. Due to this difficulty, Windows programming was considered something better left to the experts.

Microsoft and other commercial organizations realized this and started marketing Visual Tools that made the programmer's life easy. Using Visual C++, Visual Basic, Borland's C++ and other such IDEs, it became simpler to make Windows programs. Various vendors develop their own "Wrapper classes" that wrapped the Windows APIs in an Object-Oriented way. The Microsoft Foundation Classes (MFC) that are used in Visual C++, is an example of Wrapper classes. The MFC equivalent of Visual Basic is VBRun; and for Visual J++ it is WFC. These Wrapper Classes, along with the Visual GUI tools made it very convenient to make windows programs.

Microsoft realized that applications need a solid way to talk to each other. And this resulted in the introduction of Object Linking and Embedding (OLE). OLE was an extremely useful concept, but it had two major flaws : It was notoriously difficult to program, and it was very limited in its scope i.e. it only did a few things like drag and drop, clipboard sharing, OLE client, OLE server etc. Microsoft addressed (or at least tried to address) both these problems. They upgraded OLE to COM. COM was much more capable than OLE, and it introduced new concept like ActiveX controls which directly competed with Java Applets. As for the difficulty of programming OLE/COM; Microsoft expanded the MFC and VBRun to take care of most of the dirty job. Although making an ActiveX application still was slightly tricky in Visual C++, but developing an ActiveX application in Visual Basic was extremely easy; and hence Visual Basic became the foremost ActiveX development media. The Internet revolution posed new problems and challenges. C/C++ which was the tool of champions was not suited/ready for Web Development. Microsoft tried expanding MFC, and included several network oriented classes - like Socket, CASyncSocket, and several HTTP based classes. Using these classes a programmer could very develop a distributed application - although not without considerable effort. But these applications were always customized and targeted to the specific task. The developers had to take care of the gory network communication details themselves. By now object-oriented analysis and development had started becoming ubiquitous. Although technologies like Remote Procedure Call (RPC) was a great help to the programmers; but it was limited in its scope. With programmers following the Object-Oriented development RPC was not much help at all; since RPC did not allow passing objects as parameters. This major issue was addressed by introduction of industry's agreed upon standards like CORBA, IIOP, RMI, DCOM etc. All these standards used customized protocol to transmit an object over the network, and they required a tight coupling between the server and the client - i.e. the client needed to be fully aware of how to talk to the server. Due to this tight client-server coupling all

these protocols needed considerable deployment efforts in order for distributed applications to function properly. Sun did come up with another layer on top of RMI - the famous Enterprise Java Beans (EJB). The EJB container provided lot of services for free - all that a programmer had to do was to extend (inherit) from an appropriate EJB base class and there you have it - a fully functional distributed application. EJB made programmer's life extremely easy; but it did not eradicate the client-server coupling issue. While all this was happening - Microsoft was still not facing the writing on the wall – Microsoft needed something radically new to match up to the changing times and changing demands. Microsoft soon realized that upgrading their existing technologies would not work - what they needed was a complete change in their philosophy. OLE was upgraded to COM - and it was welcomed by all. COM was then upgraded to COM+. Microsoft addressed the distributed programming issue with the introduction of DCOM. Although COM/COM+/DCOM were all good technologies but these technologies required significant learning curve. Sun on the other hand was making things easier and hence a majority of developers were turning towards Java based technologies for distributed enterprise applications. Microsoft - after the cold treatment faced by DNA - got their gurus together and asked them to reflect back on DNA and to come up with a future vision. This group came up with so many new and great ideas which made Microsoft realized that no amount of up gradation or extension in MFC/VBRun/WFC, COM/COM+/DCOM, ASP, APIs etc.Would even come closer to realizing this new vision. So they made a radical but correct decision - and this was the decision of coming up with something big, something new, and something that lets Microsoft make up for their lapses this was called the .NET Framework.

Major components of .NET The diagram given below describes various components of .NET Framework

The .NET framework can only be exploited by languages that are compliant with .NET. Most of Microsoft languages have been made to fully comply with .NET. .NET also introduces Web Forms, Web Services and Windows Forms. The reason why they have been shown separately and not as a part of a particular language are that these technologies can be used by any .NET compliant language. For example Windows Forms is used by VC, VB.NET, and C #all as a mode of providing GUI. The next component of .NET is the .NET Framework Base Classes. These are the common class libraries (much like Java packages) that can be used by any .NET compliant language. These classes provide the programmers with a high degree of functionality that they can use in their programs. For example there are classes to handle reading, writing and manipulating XML documents, enhanced ADOs etc. The bottom most layer is the CLR - the common runtime language.

BACK END: SQL SERVER 2012 SQL SERVER Microsoft SQL Server is an application used to create computer databases for the Microsoft Windows family of server operating systems. It provides an environment used to generate databases that can be accessed from workstations, the web, or other media such as a personal digital assistant (PDA). Microsoft SQL Server is probably the most accessible and the most documented enterprise database environment right now. This also means that you can learn it a little quicker than most other database environments on the market.

6.ER-DIAGRAM Definition: An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a database. ER diagrams often use symbols to represent three different types of information. Boxes are commonly used to represent entities. Diamonds are normally used to represent relationships and ovals are used to represent attributes Entity Relationship (ER) diagrams:

There are many different data modeling notations; some are very similar to UML class diagrams (with the exception of operations). However, the notation the used here is slightly different, The database schema for this system is shown in figure. The table object has been left out of the diagram because the table management feature set had been dropped from the requirements before this stage of the design process. Some important database design decisions are as follows: _ To store the total price of an order with the order rather than calculating it on the fly when looking at past orders. This is because the price of menu items could change at any time, so the total price at the time of ordering must be stored so that the total price is not incorrectly calculated in future. Similar to the previous point, the order receipt is stored as a hard-copy and not regenerated when reviewing past orders because things such as the C & F Agency Name are subject to change. Receipts stored need to be exactly the same as the customer copy in case of dispute.

ER-DIAGRAM Login

Username

Pass word

Name State Company

Phone no

Address Email Id

City Update Register

Register

City

Name Phone no

Name

State Company

Company

Email id

City

Add type

State

Category

Ammount Date of pay

Card no

Address

E-advertisement

Payment Date of add

Phone

Email id

Admin login

Duration Username Payment mode CHD CVV no

Password

Add booking Date

Gender

Date of add

Name

Address

Phone no

Add detail

Email Upload

Add Type

Add Scheduling Duration Date of add presentation Type of add Payment status Details

Advertisement

Type of add

Date of design

Designer

Category

7.DATA FLOW DIAGRAM

DFD depict information flow and the transforms that are applied as data moves from input to output. This enables us to develop module of the information domain and functional domain of the same time. As the DFD is refined into greater levels of details, the analyst performs an implicit functional decomposition of the system.

The DFD depicts information flow without explicit representation of procedural logic (e.g. Conditions / loops). It is not a flow chart with rounded edges.

Context Level DFD

Customer Request for registration

Get Register Id Get Register

LEVEL 0

Customer Login Get Customer Login Ap ply Ad ve rti se m en t

Advertisement Applied

U pd at e Re gi st er

UPDATE REGISTER

LEVEL 1

Admin Login Get Logged M an ag e A dv er tis e Managed m en P t u bl is h N ot ic e

In

Advertisement

Notice Published

LEVEL 2

8.Project Scheduling The project module is being scheduled to be developed in 3 months and the scheduling is being shown in gantt chart. A gantt chart can be developed for the entire project or a separate chart can be developed for each function. A tabular form is maintained where rows indicate the tasks with milestones and column indicates duration (week\months).the horizontal bars that spans across columns indicates duration of task.

9.PERT CHART PERT chart is a graphic representation of a project’s schedule, showing the sequence of tasks, which tasks can be performed simultaneously, and the critical path of tasks that must be completed on time in order for the project to meet its completion deadline. The chart can be constructed with a variety of attributes, such as earliest and latest start dates for each task, earliest and latest finish dates for each task, and slack time between tasks. A PERT chart can document an entire project or a key phase of a project. The chart allows a team to avoid unrealistic timetables and schedule expectations, to help identify and shorten tasks that are bottlenecks, and to focus attention on most critical tasks.

10.Data MODELING Login Table: To store login details of the general users of the project. Field Name

Type

Constraint

ID

NUMERIC(11)

PRIMARY KEY

Username

VARCHAR (100)

NOT NULL

Password

VARCHAR (100)

NOT NULL

Email

VARCHAR (100)

NOT NULL

Admin Login:To store Admin Login details . Field Name

Type

Constraint

ID

NUMERIC(11)

PRIMARY KEY

Username

VARCHAR (100)

NOT NULL

Password

VARCHAR (100)

NOT NULL

Advertisement Details Table:To store the details the types of advertisement offered by the Agency. Field Name

Type

Constraint

Ad_ID

INT IDENTITY ( 1 , 1 )

PRIMARY KEY

Category

VARCHAR (100)

NOT NULL

Type_of_Ad

VARCHAR (100)

NOT NULL

Designed_by

VARCHAR (100)

NOT NULL

Date_of_design

Date

NOT NULL

Ad Scheduling: To store the schedules of the ads according to the payment. Field Name

Type

Constraint

Ad_Id

INT IDENTITY ( 1 , 1 )

PRIMARY KEY

Date_of_ad_ presentation

Date

NOT NULL

Type_of_ad

VARCHAR (100)

NOT NULL

Duration

VARCHAR (100)

NOT NULL

Payment status

VARCHAR (100)

NOT NULL

Details

VARCHAR (100)

NOT NULL

Customer Details: To store customers details Field Name

Type

Constraint

Cust_id

BIGINT

PRIMARY KEY

Name

VARCHAR (100)

NOT NULL

Company

VARCHAR (100)

NOT NULL

Address

VARCHAR (100)

NOT NULL

City

VARCHAR (100)

NOT NULL

State

VARCHAR (100)

NOT NULL

Phone

Number

NOT NULL

Email

VARCHAR (100)

NOT NULL

Payment details:Entity to store payment details Field Name

Type

Constraint

Id

INT IDENTITY ( 1 , 1 )

PRIMARY KEY

Cust_id

VARCHAR (100)

NOT NULL

Name

VARCHAR (100)

NOT NULL

Company

VARCHAR (100)

NOT NULL

City

VARCHAR (100)

NOT NULL

State

VARCHAR (100)

NOT NULL

Phone_NO

Number(10)

NOT NULL

Email

VARCHAR (100)

NOT NULL

Add_type

VARCHAR (100)

NOT NULL

Category

VARCHAR (100)

NOT NULL

Date_of_add

Date

NOT NULL

Duration

VARCHAR (100)

NOT NULL

Amount

Number(6)

NOT NULL

Payment_mode

VARCHAR (100)

NOT NULL

Date_of_payment

Date

NOT NULL

Card_Holder_name

VARCHAR (100)

NOT NULL

Card_No

NUMBER

NOT NULL

CVV_NO

NUMBER

NOT NULL

Ad booking:To store online Ad Booking details. Field Name

Type

Constraint

Id

INT IDENTITY ( 1 , 1 )

PRIMARY KEY

Date

Date

NOT NULL

Name

VARCHAR (100)

NOT NULL

Address

VARCHAR (100)

NOT NULL

Phone_NO

Number

NOT NULL

Email

VARCHAR (100)

NOT NULL

Add_type

VARCHAR (100)

NOT NULL

Category

VARCHAR (100)

NOT NULL

Date_of_add

VARCHAR (100)

NOT NULL

Add_details

VARCHAR (100)

NOT NULL

Filepath

VARCHAR (100)

NOT NULL

FILENAME

VARCHAR (100)

NOT NULL

<%@PageLanguage="C#"%> <scriptrunat="server"> <styletype="text/css"> .auto-style1 { width: 102%; } .auto-style2 { text-align: right; } .auto-style3 { width: 56%; font-weight: 700; } .auto-style4 { height: 170px; } ._css3m{display:none} .auto-style5 { list-style-type: none; font-size: 0; z-index: 999; position: relative; display: inline; border: 1pxsolid#5f5f5f; margin: 0; padding: 0; background-color: #dedede; } .auto-style6 { display: block; white-space: nowrap; font-size: 0; float: left; margin: 0; }  
<metacontent="text/html; charset=utf8"http-

equiv="content-type"/>css3menu.com <metacontent="text/html;charset=utf-8"http-equiv="content-type"/> Amazing Slider <scriptsrc="sliderengine/jquery.js"> <scriptsrc="sliderengine/amazingslider.js"> <scriptsrc="sliderengine/initslider-1.js"> <metacontent="text/html;charset=utf-8"http-equiv="content-type"/> Amazing Slider <scriptsrc="sliderengine/jquery.js"> <scriptsrc="sliderengine/amazingslider.js"> <scriptsrc="sliderengine/initslider-1.js">


  • jQuery Slideshow
      HyperLink HyperLink   HyperLink

    HyperLink HyperLink         HyperLink HyperLink HyperLink        HyperLink
        HyperLink
        <spanclass="auto-style14">eAdvertising Services Follow us on Contact us
    Home Advertisers

    Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510

    Contact

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Net.Mail; publicpartialclassregister : System.Web.UI.Page { protectedvoid Page_Load(object sender, EventArgs e) { } protectedvoid Button1_Click(object sender, EventArgs e) { SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); string inscmd = "insert into customers(Cust_id,Name,Company,Address,City,State,Phone_NO,email) values(@Cust_id,@Name,@Company,@Address,@City,@State,@Phone_NO,@email)"; SqlCommand insertuser = newSqlCommand(inscmd, con); insertuser.Parameters.AddWithValue("@Cust_id", 1 ); insertuser.Parameters.AddWithValue("@Name", TextBox1.Text); insertuser.Parameters.AddWithValue("@Company", TextBox2.Text); insertuser.Parameters.AddWithValue("@Address", TextBox3.Text); insertuser.Parameters.AddWithValue("@City", TextBox4.Text); insertuser.Parameters.AddWithValue("@State", TextBox5.Text); insertuser.Parameters.AddWithValue("@Phone_NO", TextBox6.Text); insertuser.Parameters.AddWithValue("@Email", TextBox7.Text); try { insertuser.ExecuteNonQuery(); con.Close(); SendingMail(TextBox7.Text, "[email protected]", "addaddadd", " you are registered", TextBox1.Text); Response.Redirect("login.aspx"); ClientScript.RegisterStartupScript(this.GetType(), "Alert", string.Format("alert('Data Saved Successfully');"), true); } catch (Exception er) { Response.Write("something going wrong"); } finally { } } publicstring SendingMail(string mailTo, string from, string pass, string subject, string body) { string msg = string.Empty; if (mailTo != "") {

    MailMessage message = newMailMessage();

    SmtpClient smtpClient = newSmtpClient(); try { MailAddress fromAddress = newMailAddress(from); message.From = fromAddress; message.To.Add(mailTo); message.Subject = subject; message.IsBodyHtml = true; message.Body = body; smtpClient.Host = "smtp.gmail.com"; smtpClient.Port = 587; smtpClient.EnableSsl = true; smtpClient.UseDefaultCredentials = true; smtpClient.Credentials = new System.Net.NetworkCredential(from, pass); smtpClient.Send(message); msg = "true"; } catch (Exception ex) { throw ex; } } } publicobject NotNull { get; set; } }

    using System;

    using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; publicpartialclasslogin : System.Web.UI.Page { string str; SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); SqlCommand com; protectedvoid Page_Load(object sender, EventArgs e) { }

    protectedvoid Button1_Click2(object sender, EventArgs e) { object obj = null; SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); str = "select count(*) from customers where name = @name and Phone_No= @Phone_No"; com = newSqlCommand(str, con); com.CommandType = CommandType.Text; Session["name"] = TextBox1.Text; com.Parameters.AddWithValue("@name", Session["name"]); com.Parameters.AddWithValue("@Phone_No", TextBox2.Text); obj = com.ExecuteScalar(); if (Convert.ToInt32(obj) != 0) { Response.Redirect("addbook.aspx"); } else { Response.Redirect("addbook.aspx");

    clear(); } con.Close(); } privatevoid clear() { TextBox1.Text = ""; TextBox2.Text = ""; } }

    using using using using using using using using using using using

    System; System; System.Collections.Generic; System.Linq; System.Web; System.Web.UI; System.Web.UI.WebControls; System.Data; System.Data.SqlClient; System.Configuration; System.IO;

    publicpartialclassaddbook : System.Web.UI.Page { protectedvoid Page_Load(object sender, EventArgs e) { if (Session["name"] == null&& Session["name"] == null) { Session["name"] = Session["name"].ToString(); Label1.Text = "Welcome " + Session["name"].ToString(); } else { Label1.Text = Session["name"].ToString(); } } protectedvoid Button1_Click(object sender, EventArgs e) { string gender = string.Empty; if (RadioButton1.Checked) { gender = "M"; } elseif (RadioButton1.Checked) { gender = "F"; } try { string filename = Path.GetFileName(FileUpload2.PostedFile.FileName); FileUpload2.SaveAs(Server.MapPath("uploaddoc/" + filename)); SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); Response.Redirect("adscheduling.aspx"); SqlCommand cmd = newSqlCommand("insert into Add_Booking(filename,filepath,Name,Address, Phone_NO, Email, Add_type, Category, Date_of_add, Add_Details)values('" + filename + "','" + "uploaddoc/" + filename + "','" + TextBox1.Text + "','" + TextBox2.Text + "','" + TextBox3.Text + "','" + TextBox4.Text + "','" + DropDownList1.SelectedValue.ToString() + "','" + gender + "','" + TextBox5.Text + "','" + TextBox6.Text + "')", con); cmd.ExecuteNonQuery(); Response.Write("<script>alert('File Uploaded')");

    } catch (Exception ex) { Response.Write(ex.Message); } } }

    using using using using using using using using using

    System; System.Collections.Generic; System.Linq; System.Web; System.Web.UI; System.Web.UI.WebControls; System.Data; System.Data.SqlClient; System.Configuration;

    publicpartialclassadscheduling : System.Web.UI.Page { protectedvoid Page_Load(object sender, EventArgs e) { if (Session["name"] == null&& Session["name"] == null) { Session["name"] = Session["name"].ToString(); Label1.Text = "Welcome " + Session["name"].ToString(); } else { Label1.Text = Session["name"].ToString(); } } protectedvoid Button1_Click(object sender, EventArgs e) {

    SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); string inscmd = "insert into add_scheduling(Date_of_ad_presentation,Type_of_Ad,Duration,Payment_status,Details,Username) values(@Date_of_ad_presentation,@Type_of_Ad,@Duration,@Payment_status,@Details,@Username)"; SqlCommand insertuser = newSqlCommand(inscmd, con); insertuser.Parameters.AddWithValue("@Date_of_ad_presentation", TextBox1.Text); insertuser.Parameters.AddWithValue("@Type_of_Ad", DropDownList1.SelectedValue.ToString()); insertuser.Parameters.AddWithValue("@Duration", DropDownList2.SelectedValue.ToString()); insertuser.Parameters.AddWithValue("@Payment_status", TextBox2.Text); insertuser.Parameters.AddWithValue("@Details", TextBox3.Text);

    insertuser.Parameters.AddWithValue("@Username", Session["name"].ToString()); try

    { insertuser.ExecuteNonQuery(); con.Close(); Response.Redirect("advertisement.aspx"); ClientScript.RegisterStartupScript(this.GetType(), "Alert", string.Format("alert('Data Saved Successfully');"), true);

    } catch (Exception er) { Response.Write("something going wrong"); } finally { } } }

    using System; using System.Collections.Generic;

    using using using using using using using

    System.Linq; System.Web; System.Web.UI; System.Web.UI.WebControls; System.Data; System.Data.SqlClient; System.Configuration;

    publicpartialclassadvertisement : System.Web.UI.Page { protectedvoid Page_Load(object sender, EventArgs e) { if (Session["name"] == null&& Session["name"] == null) { Session["name"] = Session["name"].ToString(); Label2.Text = "Welcome " + Session["name"].ToString(); } else { Label2.Text = Session["name"].ToString(); } } protectedvoid Button1_Click(object sender, EventArgs e) { SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); string inscmd = "insert into Advertisement_details(category,Type_of_ad,designed_by,date_of_design,Username) values(@category,@Type_of_ad,@designed_by,@date_of_design,@Username)"; SqlCommand insertuser = newSqlCommand(inscmd, con); insertuser.Parameters.AddWithValue("@category", DropDownList2.ToString()); insertuser.Parameters.AddWithValue("@Type_of_ad", DropDownList1.ToString()); insertuser.Parameters.AddWithValue("@designed_by", TextBox1.Text); insertuser.Parameters.AddWithValue("@date_of_design", TextBox2.Text); insertuser.Parameters.AddWithValue("@Username", Session["name"].ToString());

    // insertuser.Parameters.AddWithValue("@Username", Session["username"].ToString()); try { insertuser.ExecuteNonQuery(); con.Close(); Response.Redirect("payment.aspx"); ClientScript.RegisterStartupScript(this.GetType(), "Alert", string.Format("alert('Data Saved Successfully');"), true); } catch (Exception er) { Response.Write("something going wrong"); } finally { } } }

    using using using using using using using using using

    System; System.Collections.Generic; System.Linq; System.Web; System.Web.UI; System.Web.UI.WebControls; System.Data; System.Data.SqlClient; System.Configuration;

    publicpartialclasspayment : System.Web.UI.Page { protectedvoid Page_Load(object sender, EventArgs e) { } protectedvoid Button1_Click(object sender, EventArgs e) { { string payment = string.Empty; if (RadioButton1.Checked) { payment = "card payment"; } elseif (RadioButton2.Checked) { payment = "net banking"; } SqlConnection con = newSqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); con.Open(); string inscmd = "insert into payments(Name,Company,City,State,Phone_NO,Email,Add_type,Category,Date_of_add,Duration,Amount,P ayment_mode,Date_of_payment,Card_Holder_name,Card_NO,CVV_NO) values(@Name,@Company,@City,@State,@Phone_NO,@email,@Add_type,@Category,@Date_of_add,@Duration, @Amount,@Payment_mode,@Date_of_payment,@Card_Holder_name,@Card_NO,@CVV_NO)"; SqlCommand insertuser = newSqlCommand(inscmd, con); insertuser.Parameters.AddWithValue("@Name", TextBox1.Text); insertuser.Parameters.AddWithValue("@Company", TextBox2.Text); insertuser.Parameters.AddWithValue("@City", TextBox3.Text); insertuser.Parameters.AddWithValue("@State", TextBox4.Text); insertuser.Parameters.AddWithValue("@Phone_NO", TextBox5.Text); insertuser.Parameters.AddWithValue("@Email", TextBox6.Text); insertuser.Parameters.AddWithValue("@Add_type", DropDownList1.SelectedValue.ToString()); insertuser.Parameters.AddWithValue("@Category", TextBox8.Text);

    insertuser.Parameters.AddWithValue("@Date_of_add", TextBox9.Text); insertuser.Parameters.AddWithValue("@Duration", DropDownList2.SelectedValue.ToString()); insertuser.Parameters.AddWithValue("@Amount", TextBox11.Text); insertuser.Parameters.AddWithValue("@Payment_mode", payment); insertuser.Parameters.AddWithValue("@Date_of_payment", TextBox13.Text); insertuser.Parameters.AddWithValue("@Card_Holder_name", TextBox14.Text); insertuser.Parameters.AddWithValue("@Card_NO", TextBox15.Text); insertuser.Parameters.AddWithValue("@CVV_NO", TextBox16.Text); try { insertuser.ExecuteNonQuery(); con.Close(); Response.Redirect("Homepage.aspx"); ClientScript.RegisterStartupScript(this.GetType(), "Alert", string.Format("alert('Data Saved Successfully');"), true); } catch (Exception er) { Response.Write("something going wrong"); } finally { } } } }

    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="Advertiser.aspx.cs"Inherits="Advertiser"%> <styletype="text/css"> .auto-style1 { width: 100%; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 162px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none} <strong>Advertisers <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css">

    ._css3m{display:none} .auto-style3 { color: #FFFFFF; text-align: center; font-size: xx-large; text-decoration: underline; background-color: #CC0000; } .auto-style4 { text-align: center; } .auto-style5 { font-size: x-large; } .auto-style8 { text-align: center; font-size: large; width: 597px; } .auto-style9 { text-align: center; } .auto-style10 { text-align: center; } .auto-style11 { color: #FFFFFF; font-size: x-large; text-align: center; background-color: #CC0000; } .auto-style12 { font-size: large; } .auto-style13 { color: #FFFFFF; background-color: #CC0000; } .auto-style14 { text-decoration: underline; } .auto-style15 { height: 170px; } .auto-style16 { color: #FFFFFF; font-size: x-large; text-align: center; background-color: #CC0000; width: 597px;

    } .auto-style17 { width: 597px; } .auto-style18 { width: 1485px; height: 170px; } HOME LOGIN ADVERTISERS PUBLISHERS FEATURES CATEGORY ABOUT US CSS Menu Div by Css3Menu.com

    Welcome: <spanclass="auto-style5">eAdvertising.dd is a low cost way to promote your business through effective advertising solutions. <spanclass="auto-style5">eAdvertising has a network of 3000 Indian websites with rich content and high traffic. You can advertise <spanclass="auto-style5">across the eAdvertising network to promote and enhance your brand. <spanclass="auto-style5">The Advertising is syndicated through the network from a central ad serving plateform. You can also add <spanclass="auto-style5">Advertising on Google, Yahoo, and Facebook. The consultation is free. The call is free. There is no obligation <spanclass="auto-style5">to buy anything. Talk to us and find out how we can help. <strong>One Listing- Basic <strongclass="auto-style10">One Listing- Enhanced     <spanclass="auto-style12">Advertising your Business or Service with eAdvertising's <spanclass="auto-style12">One Listing Package. Your Ad/Business Listing will

    <spanclass="auto-style12">appear in more than 3000 Indian.DD Websites including <spanclass="auto-style12">LocalDirectory.dd & IndiaPages.dd. Our network gets <spanclass="auto-style12">over 10,000,000 page impressions in Google every month. <spanclass="auto-style12">You'll get your own profite Page where you can add <spanclass="auto-style12">your Mission Statement, Keywords, Image, Social <spanclass="auto-style12">Media Links & Feeds, Video, Hours of Opertion, and <spanclass="auto-style12">more... With One Listing&trade Enhanced, you get the top
    ranking. You get the same Profile Page as Basic, but
    your listing will appear above all Basic listings. Better
    ranking in search engines matters. It can really make
    or break a business.You can further increase your
    exposure by adding Google, Yahoo, and Facebook
    to your advertising network.

    Advertising on Major Search Engines is extra, but we'll
    get you the best rates based on our years of experience with
    Search Engine marketing.     <spanclass="auto-style14">eAdvertising Services Follow us on Contact ussp;     
    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510

    About Us



    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="publisher.aspx.cs"Inherits="publisher"%> <styletype="text/css"> .auto-style1 { width: 100%; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 158px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;}

    ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none} <strong>Publishers <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style4 { font-size: x-large; } .auto-style6 { color: #FFFFFF; background-color: #CC0000; } .auto-style7 { text-decoration: underline; } .auto-style8 { font-size: large; } .auto-style9 { color: #FFFFFF; font-size: large; background-color: #CC0000; }

    .auto-style10 { color: #FFFFFF; text-align: center; font-size: x-large; text-decoration: underline; background-color: #CC0000; } .auto-style11 { width: 1485px; height: 170px; }

    HOME USER REGISTERATION LOGIN ADVERTISER FEATURES PUBLISHERS CATOGRYS ABOUT US CSS Menu Div by Css3Menu.com

    Welcome: eAdvertising has a network of more than 3000 local websites to provide advertising solution to our clients. If you
    are a owner of a local website with good cotent, then you may become a part of eAdvertising network to
    maximize your revenue by placing ads on your website.

    eAdvertising has teamed up with the quality website publishers for the successful online business campaigns
    and rewarding relationship with our advertisers.

    We are product to work with our publishers to promote Indian Business.

    If you are a website owner and want to become a part of the network of eAdvertising. Contact us now. <strong><spanclass="auto-style4">Recent Posts
     
      optimization tips to improve local website
     


      Marketing for Small Business and its advantages

      Increase your business revenue by using Internet
      and Online Advertising

      How Online Advertising Strategies can Improve
      your business Marketing Overnight

      How business can improve sales by the use of
      social sites. <spanclass="auto-style9"><strongclass="auto-style7"> Services Follows us onContact us
    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi.
    Login Features Facebook Toll Free: 703-352-6642, 776-285-0510

    FAQ's Publishers

    About Us    


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="feature.aspx.cs"Inherits="feature"%> <styletype="text/css"> .auto-style1 { width: 100%; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 158px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px;

    } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none} Features <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style3 { color: #FFFFFF; text-align: center; font-weight: 700; text-decoration: underline; font-size: xx-large; background-color: #CC0000; } .auto-style4 { font-size: x-large; } .auto-style6 { color: #FFFFFF; background-color: #CC0000; } .auto-style7 { text-decoration: underline; } .auto-style8 { width: 1485px; height: 170px; }

    HOME LOGIN

    ADVERTISER FEATURES PUBLISHERS CATOGRYS ABOUT US CSS Menu Div by Css3Menu.com

    Welcome:
    eAdvertising is a cheap and highly profite way of online promotion of your business in local and international
    market.

    Advertisers prefer eAdvertising due to following features:

      More than 3000 highly traffic websites network
      Lower ad prices
      Local Market Exposure
      Fastest growing network of publisher websites.

    eAdvertising offers following benefits to advertisers:

      One Listing on over 3000 websites
      Ads targeted to local audience
      Accurate and up to date information
      Excellent Customer Service   <strong><spanclass="auto-style4">Recent Posts
     
      optimization tips to improve local website
     
      Marketing for Small Business and its advantages

      Increase your business revenue by using Internet
      and Online Advertising

      How Online Advertising Strategies can Improve
      your business Marketing Overnight

      How business can improve sales by the use of
      social sites. <spanclass="auto-style6"><strongclass="autostyle7">eAdvertising Services Follows us

    on Contact us

     Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi.
    Login Features Facebook Toll Free: 703-352-6642, 776-285-0510

    FAQ's Publishers

    About Us      


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="category.aspx.cs"Inherits="category"%> <styletype="text/css"> .auto-style1 { width: 100%; } .auto-style2 { width: 1485px; } .auto-style3 { width: 1485px; color: #FFFFFF; text-align: center; text-decoration: underline; font-size: xx-large; background-color: #CC0000; } .auto-style4 { text-decoration: underline; color: #660033; font-size: large; } .auto-style5 { width: 1485px; font-weight: bold; } .auto-style6 { font-size: large; } .auto-style8 { width: 1485px; font-size: large; } .auto-style7 { text-decoration: underline; color: #990033; font-size: large; } .auto-style9 { text-decoration: underline; color: #660033; } ul#css3menu1{

    margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 162px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none}   <strong>Categories Of Advertisement <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style13 { width: 1485px; height: 170px; } .auto-style14 { width: 1075px;

    color: #FFFFFF; background-color: #CC0000; } .auto-style15 { width: 1485px; color: #FFFFFF; background-color: #CC0000; }

    HOME LOGIN ADVERTISERS PUBLISHERS FEATURES CATEGORY ABOUT US CSS Menu Div by Css3Menu.com

    Welcome: <strong><spanclass="auto-style61.<spanclass="autostyle4">TELEVISION ADVERTISEMENT    Duration Rs.   

    6 Month 30,000/-    <strong><spanclass="auto-style6">2.<spanclass="autostyle7"><spanclass="auto-style4">RADIO ADVERTISEMENT   <strong>Duration Rs.    1 Month 3000/- 2 Month 6000/- 3 Month 9000/- 4 Month 12,000/-  5 Month 15,000/- 6 Month 18,000/-    <strong> 3. <spanclass="auto-style9">NEWSPAPER ADVERTISEMENT  

    <strong>Duration Rs.                 

    2000/-

    10,000/-

    <spanclass="auto-style14">eAdvertisingServices Follow us on Contact us
    Home

    Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510

    About Us


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="newspaper ads.aspx.cs"Inherits="newspaper_ads"%>

    <styletype="text/css"> .auto-style1 { width: 100%; } .auto-style2 { font-size: xx-large; text-align: center; text-decoration: underline; } .auto-style3 { font-size: x-large; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 152px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none}  

    Newspaper Advertisement <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style4 { color: #FFFFFF; background-color: #CC0000; } .auto-style14 { text-decoration: underline; } .auto-style15 { width: 1485px; height: 170px; }

    HOMEeight:18px;line-height:18px;">HOME LOGIN ADVERTISERS PUBLISHERS FEATURES CATEGORY ABOUT US CSS Menu Div by Css3Menu.com

    <spanclass="auto-style3">Newspaper display advertising is a form of  newspaper advertisement - where the advertisement appears <spanclass="auto-style3">alongside regular editior content. Display ads are generally used by businesses and corporations towards <spanclass="auto-style3">promotion of their goods and services and are generally for larger budget client.

    <spanclass="auto-style3">Newspaper display ads are different from the regular "display ads" treminology, which is commonly <spanclass="auto-style3">referred to as advertisements placed on the internet in banner and other rich media format. <spanclass="auto-style3">These ads can be span across multiple columns and can even cover full page, half page, quarter page <spanclass="auto-style3">or other custome sizes. They are designed in high resolution coloured and black/white formats providing <spanclass="auto-style3">higher visibility for the mass audience of newspapers. For many major newspapers in developing markets, <spanclass="auto-style3">display ads play a significant role in subsidizing the cost of the published newspaper. <spanclass="auto-style3">display ads appear in all sections of the newspaper except the editorial page, obituary page, and <spanclass="auto-style3">classified section <spanclass="auto-style14">eAdvertising Follow us onContact us
    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510

    Contact


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="radio ads.aspx.cs"Inherits="radio_ads"%>

    <styletype="text/css"> .auto-style1 { width: 100%; } .auto-style2 { color: #FFFFFF; text-align: center; font-size: xx-large; text-decoration: underline; } .auto-style3 { font-size: x-large; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 158px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none}
     

    Radio Advertisement <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style4 { color: #FFFFFF; background-color: #CC0000; } .auto-style14 { text-decoration: underline; } .auto-style15 { height: 170px; width: 1485px; }

    HOMEeight:18px;line-height:18px;">HOME LOGIN ADVERTISERS PUBLISHERS FEATURES CATEGORY ABOUT US CSS Menu Div by Css3Menu.com

    <spanclass="auto-style3">Commercial radio station make most of their revenue selling "airtime" to advertisers. Of total <spanclass="auto-style3">media expenditures, radio accounts for 6.9%. Radio advertisements or "spots" are available <spanclass="auto-style3">when a business or service provides valuable consideration, usually cash, in exchange for the <spanclass="auto-style3">station airing their spot or mentioning them on air.

    <spanclass="auto-style3">The United States Federal Communications Commission (FCC), established under the <spanclass="auto-style3"> Communications Act of 1934, regulates commercial broadcasting, and the laws regarding <spanclass="auto-style3"> radio advertisements remain relatively unchanged from the original Radio Act of 1927, <spanclass="auto-style3">enacted to deal with increasing problem of signal interference as more and more station <spanclass="auto-style3">sprung up around the country. <spanclass="auto-style14">eAdvertising Follow us onContact us
    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510

    Contact


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="television ads.aspx.cs"Inherits="television_ads"%>

    <styletype="text/css"> .auto-style1 { width: 100%; } .auto-style2 { font-size: xx-large; text-decoration: underline; } .auto-style3 { text-align: center; } .auto-style4 { } .auto-style5 { font-size: x-large; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 158px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none}

           <spanclass="auto-style2">Television advertisement  <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style14 { text-decoration: underline; } .auto-style15 { width: 1489px; color: #FFFFFF; background-color: #CC0000; } .auto-style16 { width: 1485px; height: 170px; }

    HOME LOGIN ADVERTISERS PUBLISHERS FEATURES CATEGORY ABOUT US CSS Menu Div by Css3Menu.com



    <spanclass="auto-style5">Most small businesses look at television commercials as an advertising vehicle for "the other guy". <spanclass="auto-style5">the corporate giant. The big business with lots of disposable cash. In reality, TV can be a very <spanclass="auto-style5">affordable medium that can increase your company's profits greatly. You just need to know how to <spanclass="auto-style5">use the medium effectively, by taking advantage of time slots and remnant advertising practices. <spanclass="auto-style4"><spanclass="autostyle5">              &nb sp;               &n bsp;      !!!The basics of TV Advertising!!! <spanclass="auto-style5">Before you make an investment in television advertising, there are certain key elements you <spanclass="auto-style5">need to consider. For a better idea of what make good TV advertising, take a look at the <spanclass="auto-style5">following articles on the subject of creativity, and strategy. <spanclass="autostyle5">              &nb sp;           !!!Some Essentials to an Effective TV Commercial!!! <spanclass="auto-style5"> Put People in Your Commercial


    <spanclass="auto-style14">eAdvertisingServicesFollow us onContact us
    Home Advertisers TwitterAddress: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers &Toll Free: 703-352-6642, 776-285-0510



    About Us


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="faq.aspx.cs"Inherits="fqa"%>

    <styletype="text/css"> .auto-style1 { width: 100%; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 158px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none} <strong>Frequently Asked Questions <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style2 {

    color: #FFFFFF; text-align: center; font-size: xx-large; text-decoration: underline; background-color: #CC0000; width: 1393px; } .auto-style4 { font-size: large; } .auto-style5 { color: #FFFFFF; background-color: #CC0000; width: 1393px; } .auto-style6 { text-decoration: underline; font-size: large; } .auto-style7 { width: 1393px; } .auto-style8 { width: 1485px; height: 170px; } HOME ADVERTISER FEATURES PUBLISHERS CATOGRYS ABOUT US CSS Menu Div by Css3Menu.com

    Welcome: <spanclass="auto-style4">1. What is eAdvertising? <spanclass="auto-style4">    

    <spanclass="auto-style4">     eAdvertising is a cost-effective website advertising solution for Indian Business. eAdvertising has a network <spanclass="auto-style4">     of 300 highly traffic websites. You can advertisge across eAdvertising network to promote and enhance <spanclass="auto-style4">     your brand. <spanclass="auto-style4">2. Why advertiser with eAdvertising? <spanclass="auto-style4">    <spanclass="auto-style4">     eAdvertising is a low cos way to promote and launch your brand in Indian's local market. eAdvertising <spanclass="auto-style4">     promises low prices and highly traffic based websites to promote your business in local market. <spanclass="auto-style4">3. Can I see where my ads are appearing? <spanclass="auto-style4">     Yes, we provide a complete tracking of your ad and the websites who are promoting it by monthly emailing you. <spanclass="auto-style4">4. Can you help me with making of my ad? <spanclass="auto-style4">     Yes, we will arrange a meeting with you and discuss all issues related to your business needs and potential <spanclass="auto-style4">      client. Then we will make an effective ad for you. <spanclass="auto-style4">5. Why do you charge separately for your packages? <spanclass="auto-style4">     We are providing our customers with the best promotion of their businessso that's why we are charging <spanclass="auto-style4">      according to the placement of your ad. <spanclass="auto-style4">6. What makes eAdvertising different from others? <spanclass="auto-style4">     eAdvertising runs your ads with the best websites and with good quality content publishing. We provide you the <spanclass="auto-style4">     best market share by promoting your business with the help of our dedicated and motivated employees. <spanclass="auto-style4">7. What is criteria to become a Publisher for eAdvertising? <spanclass="auto-style4">     We prefer websites in our network which have greater content and visitors. The publisher must place <spanclass="auto-style4">      eAdvertising ads on the primelocations on their website and websites  shouldn't containt any illegal and <spanclass="auto-style4">      unapproprita content. <spanclass="auto-style4">8. What about the websites on the network of eAdvertising? <spanclass="auto-style4">    

    <spanclass="auto-style4">     Our network consists of top-ranking local websites and this network is growing day by day. All these companies <spanclass="auto-style4">      are known for their good reputation and profile generation.  

           <spanclass="auto-style6"><strong>eAdvertisingServices Follows us onContact us

    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi.
    Login Features Facebook Toll Free: 703-352-6642, 776-285-0510

    FAQ's Publishers

    About Us


    <%@PageLanguage="C#"AutoEventWireup="true"CodeFile="About.aspx.cs"Inherits="About"%> <styletype="text/css"> .auto-style1 { width: 100%; } .auto-style2 { text-decoration: underline; font-size: xx-large; } ul#css3menu1{ margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;borderstyle:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;borderradius:5px;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1; *display:inline;} ul#css3menu1>li{ margin:0; width: 162px; } ul#css3menu1li{ display:block;white-space:nowrap;font-size:0;float:left;} ul#css3menu1li.topfirst>a{ border-radius:5px005px;-moz-border-radius:5px005px;-webkit-border-radius:5px;-webkitborder-top-right-radius:0;-webkit-border-bottom-right-radius:0;} ul#css3menu1a{ border-left: 1pxsolid#C0C0C0; border-right: 0solid#C0C0C0; border-top: 0solid#C0C0C0; border-bottom: 0solid#C0C0C0; display:block;vertical-align:middle;text-align:center; text-decoration:none;font:bold14pxTrebuchetMS;color:#000000;textshadow:#FFF001px;cursor:pointer;padding:10px;background-color:#3399FF; background-image:url('mymenu_files/css3menu1/mainbk.png'); background-repeat:repeat;background-position:00;width: 139px; } ul#css3menu1li.toplast>a{ border-radius:05px5px0;-moz-border-radius:05px5px0;-webkit-border-radius:0;-webkitborder-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;} ._css3m{display:none}   <strong>About Us

      <metacontent="text/html; charset=utf-8"http-equiv="content-type"/> css3menu.com <styletype="text/css"> ._css3m{display:none} .auto-style3 { height: 23px; } .auto-style4 { color: #FFFFFF; background-color: #CC0000; } .auto-style8 { color: #FFFFFF; text-decoration: underline; background-color: #CC0000; } .auto-style7 { text-decoration: underline; } .auto-style9 { height: 170px; width: 1485px; } .auto-style10 { font-size: x-large; } .auto-style11 { height: 23px; text-align: center; }

    HOME LOGIN ADVERTISERS PUBLISHERS FEATURES

    CATEGORY ABOUT US CSS Menu Div by Css3Menu.com

      <spanclass="auto-style10">eAdvertisement, also called online marketing or Internet advertising or web advertising,
    is a form of marketing and advertising which uses the Internet to deliver promotional
    marketing messages to consumer. Our advertising agency provide a good services to the
    customer. Our advertising agencies frequentil involves boyh a publisher, who integrates advertisements
    into its online content, and an advertiser, who provides the advertisments to be displayed
    on the publisher's content. Other potential participants include advertising agencies who
    help generate and place the ad copy, an ad server which technologically delivers the ad and tracks
    statistics, and advertising affiliates who do independent promotional work for the advertiser.


        <spanclass="auto-style14">eAdvertising Follow us onContact us
    Home Advertisers Twitter Address: Circular Road, Ranchi Womens College,
    Ranchi
    Login Features Facebook

    FAQ's Publishers Toll Free: 703-352-6642, 776-285-0510



    Contact


    11.SECURITY AND VALIDATION CHECKS

    In this project we have used following validation checks.  While entering the data into the form it will check for the name of the client is properly filled & it should not be null.  Whenever we enter the data for the new subscriber will automatically check the details from the subscriber’s table and also generate the connection number automatically.  Similarly in the complaint table complaint number will generate automatically.  Entered text / number should not exceed the limit (width).  Almost for all fields we have used the validation for example if name of the fields requires the text type of data then it will check for the string and if the data is numeric then it will check if the number entered is proper numeric or not.

    12.Testing Testing is done at various levels to ensure the quality of software developed. The user tests the new system to verify that the system functions properly or not as specified with the acceptance criteria. Once the system is verified. It is ready for installation. There are different stages of testing. Integration Testing:All the modules are integrated into a single module and that single module is tested for errors. Validation Testing: The whole System is tested with respect to the validation rule specified in the functional specification. System Testing: The whole System is tested incorporate with the other System. Acceptance Test: The entire System is tested in presence of user and management to make certain that it satisfies the acceptance criteria Implementation. It involves the loading of the new system in the customer’s computer and ensure the that the complete delivery system. It is primarily concerned with the user training and file conversion. User training is done after acceptance test. Once the new system is installed the new system and the existing system run currently. With some input data and check that both systems produce same output or not. The function of implementation phase are Install the new system. Run existing system and new system in parallel. Enter the data in the new System. Maintenance: - Maintenance is an ongoing process to repair and update the system and ensure that the correct functioning of the system at all the time. Suppose the system require some changes than analyst prepares an incremental model for the system. Inevitably the system will need maintenance. Software will definitely undergo change once it is delivered to the customer. There are many reasons for the change. Change could happen because of some unexpected input values into the system. In addition, the changes in the system could directly affect the software operations. The software should be developed to accommodate changes that could happen during the post implementation period.

    13.SCOPE OF FUTURE APPLICATION

    This project can be used by advertising agencies.

    Almost care and back-up procedures must be established to ensure 100% successful implementation of the E-ADVERTISEMENT.

    In case of system failure, the organization should be in a position to process the transaction with another organization or if the worst comes to the worst, it should be in a position to complete it manually.

    14.cONCLUSION It has been developed in C#, keeping in mind the specifications of the system.

    For designing the system we have used simple data flow diagrams.

    Overall the project teaches us the essential skills like:



    Using system analysis and design techniques like data flow diagram in designing the system.



    Understanding the database handling and query processing using SQL Server.

    15. BIBLIOGRAPHY  C# and .Net platform by Andrew troelsen.  Inside C# by tom archer  Fundamental of database systems by Ramez ans S.B navathe  Software engineering-Roger s.pressman  An introduction to databse system C.J.Date  The unified modeling language user guide-G.booch, J.Rambough and I Jacobson.

    Related Documents

    Advertisement
    October 2019 39
    Advertisement
    June 2020 21
    Pc Advertisement 2008 (e)
    November 2019 2
    Advertisement
    June 2020 27
    Advertisement
    May 2020 24

    More Documents from "Komal Shujaat"

    Change It.docx
    April 2020 17
    Indian Jewellery Industry
    November 2019 29