ASP.NET 2.0 Tutorials :
Implementing help for ASP.NET
VB.NET 2005 Free Training:
In this tutorial you will
Displaying Master-Detail
Applications and for .NET
Windows Forms Designer
learn DetailView DataBound
Data on Separate Pages - In
Windows Forms Applications
Window - Using The
Control, To create a file
this tutorial you will learn
have many similarities that
System.Windows.Forms.Form
system Web site, Connecting
how to display Master-Detail
will be highlighted in this
class
System.Windows
to SQL Server, Use a
Data on Separate Pages,
tutorial and the reader will
.Forms.Form class is the
Drop-Down List as the Master
create the details page,
be thought how to implement
foundation class for all
and To test the drop-down
test the pages and Allow
it in both.
forms to be created. All the
list.
Editing, Deleting, and
forms that are created in VB
Inserting Using a
.NET are also inheriting
DetailsView DataBound
from this base class. This
control.
class provides for all the
facilities needed for the
form. Additional
functionality can be added
by separate codes.
Date: Sep, 29 2005 Date: Mar, 21 2006 Date: Jul, 22 2005 Date: Jun, 04 2006 |
ASP.NET 2.0 Free Tutorials :
In this tutorial you will
VB.NET 2005 Tutorials:
This tutorial is just a
Using a Grid to Display
having a deeper look at the
Creating Menu and Menu Items
starting point to show you
Detail Information - In this
Code Directory, the Code
- In this tutorial we will
how you can combine CSS
tutorial you will learn how
Beside Model and the
learn about Creating Menu
layouts and Master Pages to
to use a GridView Control to
evolution of the Code Behind
and Menu Items - Main Menu,
create a fairly
display the details of the
model, learn about Partial
Context Menu, StatusBar and
straightforward 2 column CSS
item selected in the
Classes, Sharing Source
ToolBar. Windows users are
layout for your website.
DropDown list and test the
components, Creating a
familiar with Menu objects.
page. We shall now use a
Component, you will learn
The MainMenu control
GridView to display the
how to create a
represents the container for
details of the item selected
Application_Code folder, to
the menu structure of the
in the DropDown list.
create a component in the
form. Menus are made up of
Application_Code folder and
MenuItem objects that
use a component.
represent the individual
parts of a menu. You can add
submenus to menus that will
pop up when the user clicks
an arrow in the menu item,
display check marks, create
menu separators, assign
shortcut keys to menu items
, even draw the appearance
of menu items yourself.
Date: Sep, 29 2005 Date: Jun, 01 2006 Date: Jul, 22 2005 Date: Oct, 19 2006 |