|
VB.NET 2005 Tutorials:
Microsoft.net framework
A common task in N-tier .NET
E-Commerce applications
Creating Multiple-Document
provides the developer with
web application development
require mechanisms for
Interface (MDI) Applications
more advanced controls.
involves compiling
payment. Although more
In this tutorial you will
Among those are the
components. You can compile
commonly than not e-Commerce
learn about Creating
Calendar, AdRotator and the
components in several
sites will use full credit
Multiple Document Interface
Xml Control. In this
different ways, from using
card processing gateways,
(MDI) Applications. In most
Tutorial we will see how we
commands executed at the DOS
giving PayPal as an
real time applications we
can make use of the rich
command prompt to using
additional option of payment
often find that multiple
controls provided by the
methods available through
provides additional payment
windows open within another
framework.
the Visual Studio .NET
options for your customers,
window. This kind of need is
Integrated Development
especially those that don't
satisfied by implementing
Environment. This tutorial
want to pay by credit card
Multiple Document Interface
provides detailed steps for
over the Internet. If you
(MDI) Applications. You can
using each of these methods.
run a Web shop that uses
create a class and designate
The first method is for
direct credit card
it as a MDI window by
those who only have the .NET
processing and want to
setting its IsMDIContainer
Framework installed and are
integrate PayPal seamlessly,
Property as true. Set the
comfortable with working
you'll find that using
value for WindowState as
from the command prompt.
PayPal as a processing
maximized.
The second method also
service is not as straight
involves working from the
forward as using a payment
command prompt but employs
gateway. In this article I
special tools installed with
describe how you can
the installation of Visual
minimize the external PayPal
Studio .NET. In the third
interaction and work the
method, you'll be introduced
PayPal payment into the
to compiling components
order processing workflow to
using the visual interface
provide a seamless interface
of Visual Studio .NET.
using ASP.NET and C#.
Whether or not you have
However, the principles used
Visual Studio .NET
here should be applicable to
installed, you'll find the
any Web programming
steps for compiling your
environment.
components here.
Date: Jul, 22 2005 Date: May, 26 2006 Date: May, 19 2005 Date: Nov, 23 2004 |
|
ASP.NET pages are dynamically
This tiny demo source code
In this article we will
In this tutorial you will
compiled on demand when
will give you a hint about
discuss providing a
learn how to add Web Parts
first required in the
how to query data stored on
programmable method of
at run time and To test the
context of a Web
your server via XMLDB Engine
securing files on for your
Web Parts catalog.
application. Dynamic
Lite (XMLDBelt), create new
ASP.Net applications. This
compilation is not specific
files, insert data into
code could come in handy
to ASP.NET pages (.aspx
existed, update data, delete
where you have an
files); it also occurs with
and etc.
application hosted on an ISP
Web Services (.asmx files),
and you do not have access
Web user controls (.ascx
to a folder outside of your
files), HTTP handlers (.ashx
Web directory structure, and
files), and ASP.NET
you are not able to change
application files such as
permissions on folder in the
the global.asax file. But
Web. This method does not
what does it mean exactly
require storing your file in
that an ASP.NET page is
a binary field in your
compiled?
database, thus reducing cost
of having to buy database
storage from your ISP, and
with no impact on the
network traffic between the
database and web servers.
Date: Apr, 22 2004 Date: May, 03 2004 Date: Sep, 07 2003 Date: Jun, 04 2006 |