|
The web Form design, WebForm1.aspx
Classes used in this Form: Panel,
HyperLink, Label
1- |
The WebForm1.aspx
design |
|
 |
2- |
From the Toolbox/Web Form add these
controls ...
1 Panel
control, 4 HyperLink controls, 5 Label
controls |
|
- Add the Panel
control - Panel1 ,
Panel Properties
(ID): BackColor:
Width: |
Panel1 Olive 877px |
|
- Add 4 HyperLink
controls
- HyperLink1,
HyperLink Properties
(ID): NavigateUrl:
Text: |
HyperLink_data Dataweb_book.aspx To show
the booknote Table with Page numbers
... | |
- HyperLink2
- NavigateUrl:
Dataweb_personal.aspx
Text:
To show the personal Table with Navigation
buttons & Edit - HyperLink1
- NavigateUrl:
Dataweb_booknote.aspx
Text:
To show the booknote Table with Navigation
buttons, Edit & Add - HyperLink 3
- NavigateUrl:
web_search.aspx
Text:
To show the Categories Table with Search |
- Add the 5 Label
controls
- Label1, Label
Properties:
(ID):
Font: Text: |
Label1
Rockwell Extra Bold, X-Large Main, Web Form
Page - Visual Basic .Net | |
- Label2
- Label3
- Label4
- Label5
|
| |
|
How create Public Event in
Visual Basic .Net
WebForm1.aspx file, the
code ...
|
|
Public
Class
WebForm1Inherits
System.Web.UI.Page
Web Form
Designer generated
code |
Private
Sub Page_Load(ByVal
sender As
System.Object, ByVal
e As
System.EventArgs) Handles
MyBase.Load
'Put user code to
initialize the page here
End
Sub
End
Class | | |
|
|