VB.NET 2005 Tutorials:
In this article we will
Microsoft.net framework
This tiny demo source code
Creating Multiple-Document
discuss providing a
provides the developer with
will give you a hint about
Interface (MDI) Applications
programmable method of
more advanced controls.
how to query data stored on
In this tutorial you will
securing files on for your
Among those are the
your server via XMLDB Engine
learn about Creating
ASP.Net applications. This
Calendar, AdRotator and the
Lite (XMLDBelt), create new
Multiple Document Interface
code could come in handy
Xml Control. In this
files, insert data into
(MDI) Applications. In most
where you have an
Tutorial we will see how we
existed, update data, delete
real time applications we
application hosted on an ISP
can make use of the rich
and etc.
often find that multiple
and you do not have access
controls provided by the
windows open within another
to a folder outside of your
framework.
window. This kind of need is
Web directory structure, and
satisfied by implementing
you are not able to change
Multiple Document Interface
permissions on folder in the
(MDI) Applications. You can
Web. This method does not
create a class and designate
require storing your file in
it as a MDI window by
a binary field in your
setting its IsMDIContainer
database, thus reducing cost
Property as true. Set the
of having to buy database
value for WindowState as
storage from your ISP, and
maximized.
with no impact on the
network traffic between the
database and web servers.
Date: Jul, 22 2005 Date: Sep, 07 2003 Date: May, 26 2006 Date: May, 03 2004 |
In this tutorial you will
ASP.NET pages are dynamically
Before Asp.net invasion there
In this paper, we will look
learn how to add Web Parts
compiled on demand when
were many other programming
at the structure of a very
at run time and To test the
first required in the
languages and technologies
simple ASP.NET page and how
Web Parts catalog.
context of a Web
on which the dynamic pages
that page is rendered in the
application. Dynamic
were made. In this tutorial
visitor's browser. Then we
compilation is not specific
I will explain how we can
will look at the Page class,
to ASP.NET pages (.aspx
migrate our classic asp
which is the .NET class that
files); it also occurs with
application to the modern
all your ASP.NET pages are
Web Services (.asmx files),
asp.net application. Most of
based on. After that, we
Web user controls (.ascx
the components that were
will review basic compiler
files), HTTP handlers (.ashx
written was in visual basic
directives that you can
files), and ASP.NET
6 which communicated with
place on your page. At the
application files such as
the asp application using
end of the chapter, we will
the global.asax file. But
the COM components.
review a simple Quiz ASP.NET
what does it mean exactly
page that demonstrates the
that an ASP.NET page is
basics of an ASP.NET page.
compiled?
Date: Jun, 04 2006 Date: Apr, 22 2004 Date: May, 30 2006 Date: Apr, 26 2005 |