ive tried running this program on my server
<%@ Page Language="C#" %>
<html>
<head>
    <title>An ASP.Net</title>
    
    <script runat=server>
       void Page_Load(Object sender, EventArgs e)
       {
        
        title.Text = "Out Application";
        title.Font.Italic = true;
        title.Font.Bold = true;      
       }
    </script>
</head>
<body>
<form runat=server>
  
   <h1>ASP</h1>
    <asp:Label
         id="title"
         Text="Hello" 
         runat="server" />
</form>
</body>
</html>

it just displayed the ASP header1 but not the Label can you help on
how will i implement this simple ASP.NET program? im sorry im just a
beginner.  


jeff






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to