ASP.NET 2.0 Tutorials :
Implementing help for ASP.NET
VB.NET 2005 Free Training:
ASP.NET 2.0 Free Tutorials :
Displaying Master-Detail
Applications and for .NET
Windows Forms Designer
Using a Grid to Display
Data on Separate Pages - In
Windows Forms Applications
Window - Using The
Detail Information - In this
this tutorial you will learn
have many similarities that
System.Windows.Forms.Form
tutorial you will learn how
how to display Master-Detail
will be highlighted in this
class
System.Windows
to use a GridView Control to
Data on Separate Pages,
tutorial and the reader will
.Forms.Form class is the
display the details of the
create the details page,
be thought how to implement
foundation class for all
item selected in the
test the pages and Allow
it in both.
forms to be created. All the
DropDown list and test the
Editing, Deleting, and
forms that are created in VB
page. We shall now use a
Inserting Using a
.NET are also inheriting
GridView to display the
DetailsView DataBound
from this base class. This
details of the item selected
control.
class provides for all the
in the DropDown list.
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: Sep, 29 2005 |
In this tutorial you will
VB.NET 2005 Tutorials:
This tutorial is just a
In this tutorial you will
having a deeper look at the
Creating Menu and Menu Items
starting point to show you
learn DetailView DataBound
Code Directory, the Code
- In this tutorial we will
how you can combine CSS
Control, To create a file
Beside Model and the
learn about Creating Menu
layouts and Master Pages to
system Web site, Connecting
evolution of the Code Behind
and Menu Items - Main Menu,
create a fairly
to SQL Server, Use a
model, learn about Partial
Context Menu, StatusBar and
straightforward 2 column CSS
Drop-Down List as the Master
Classes, Sharing Source
ToolBar. Windows users are
layout for your website.
and To test the drop-down
components, Creating a
familiar with Menu objects.
list.
Component, you will learn
The MainMenu control
how to create a
represents the container for
Application_Code folder, to
the menu structure of the
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: Jun, 01 2006 Date: Jul, 22 2005 Date: Oct, 19 2006 Date: Jun, 04 2006 |