Asp Control ASP.Net

<%@ Page Language="vb" %>


   Display Control Example
   
      Sub Page_Load()
         MyLabel.Text = "New Label"
         MyImage.ImageUrl = "http://www.rntsoft.com/style/logo.png"
      End Sub
   


   

Display Control Example


   
      
         
            
               Table Control
            
         
         
            
               Label Control:
            
            
                                 text="This is a Label Control"
                  borderstyle="solid" 
                  bordercolor="Green" 
                  runat="Server" />
            
         
         
            
               Image Control:
            
            
                                 imageurl="image.jpg" 
                  runat="Server" />
            
         
         
            
               Panel Control:
            
            
                                 backcolor="lightblue"
                  bordercolor="Green"
                  borderwidth=1 
                  runat="server">            
                                       text="Static Text within the Panel" 
                     runat="Server"/>