Web_VCnet, Visual C# .Net Web page - WebForm1.aspx
 
 
 
          
      The web Form design, WebForm1.aspx
 

 


 
Classes used in this Form:
          Panel,
HyperLink, Label
 

 Add the following controls to
1-  The WebForm1.aspx design
 
 
2-  From the Toolbox/Web Form add these controls ...

     1 Panel control, 4 HyperLink controls, 5 Label  controls
 
 
  1. Add the Panel  control  - Panel1 , Panel  Properties
    (ID):
    BackColor
    :
    Width
    :
    Panel1
    Olive
    877px

     

  2. Add  4 HyperLink controls
    1.  HyperLink1, HyperLink Properties
      (ID):
      NavigateUrl
      :
      Text
      :
      HyperLink_data
      Dataweb_book.aspx
      To show the booknote Table with Page numbers
      ...

       

    2. HyperLink2    -  NavigateUrl:     Dataweb_personal.aspx
                                    Text:                  To show the personal Table with Navigation buttons & Edit
    3. HyperLink1    -  NavigateUrl:     Dataweb_booknote.aspx
                                    Text:                  To show the booknote Table with Navigation buttons, Edit & Add
    4. HyperLink 3   -  NavigateUrl:     web_search.aspx
                                    Text:                  To show the Categories Table with Search

     

  3. Add the 5 Label controls
    1. Label1, Label Properties:
      (ID):
      Font:
      Text:
      Label1
      Rockwell Extra Bold, X-Large
      Main, Web Form Page - Visual C# .Net

       

    2. Label2  
    3. Label3   
    4. Label4
    5. Label5
       

     
 

 

 The codes  corresponding ...

 

 


 


Previous Home
3
Next