Asp Control ASP.Net

<%@ Page Language="vb" %>


   Control Properties Example
   
      Sub Page_Load()
         Label2.Style("background-color") = "silver"
      End Sub
   
   


   

Control Properties Example


   
      
         
            
               HtmlInputText Control:
            
            
                                 style="font: 12pt arial; background-color:silver; color:red;" 
                  runat="server"/>
            
         
         
            
               Label with Style:
            
            
               
                  Hello, World!