E-Commerce applications require mechanisms for payment. Although more commonly than not e-Commerce sites will use full credit card processing gateways, giving PayPal as an additional option of payment provides additional payment options for your customers, especially those that don't want to pay by credit card over the Internet. If you run a Web shop that uses direct credit card processing and want to integrate PayPal seamlessly, you'll find that using PayPal as a processing service is not as straight forward as using a payment gateway. In this article I describe how you can minimize the external PayPal interaction and work the PayPal payment into the order processing workflow to provide a seamless interface using ASP.NET and C#. However, the principles used here should be applicable to any Web programming environment.
Explains how any beginner Web developer / designer can easily apply a multitude of formatting to the Web pages he produce. One of the methods by which an experienced Web designer can show up from the crowd is to provide flexibility to this formatting as well.
ASP.NET 2.0 Tutorials - Installing Visual Studio.NET Beta 2.0 : In this tutorial you will learn the procedure for Installing Visual Studio.NET Beta 2.0 starting with minimum system requirements, runtime setup and side by side installation.
Menus are well known way to provide feature rich but also simple user interface to your users. This tutorial explains how to make static or dynamic menus in ASP.NET applications.
VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005 - Most Windows applications request for user input. Dialog boxes are one means of requesting users for specific kinds of inputs. Therefore, VB.NET allows its designers to create a number of different types of dialog boxes. Standard Dialog boxes are included in classes that fall within the purview of the CommonDialog. FileDialog, ColorDialog, FontDialog, PageSetupDialog, PrintDialog.
ASP.NET 2.0 Free Tutorials : The GridView Control - In this tutorial you will learn about GridView Control, features of the GridView control, GridView supported field types and Creating a GridView control on a Page. The GridView control is the official successor to the DataGrid control of yesteryears. It is no longer listed in the toolbox, even though it is supported by ASP.NET 2.0.
This tutorial should be considered as an introductary summary to handling sessions in asp.net. It looks at the common problems with sessions complete with solutions to the problems. Features example code and full explaination.
In this article we will show you how to create your first project or web application, we will take you through the steps involved and point out the differences you may come across according to your set up and the development tools you have chosen.
In this tutorial you will learn how to display Master-Detail Data on Separate Pages, create the details page, test the pages and Allow Editing, Deleting, and Inserting Using a DetailsView DataBound control.