年,月,日(aspx文件)

<% @ Page language="c#" Codebehind="add.aspx.cs" AutoEventWireup="false" Inherits="HNANet.Home.Status.add"  %>
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"  >
< HTML >
    
< HEAD >
        
< title > addStatus </ title >
        
< meta  content ="Microsoft Visual Studio 7.0"  name ="GENERATOR" >
        
< meta  content ="C#"  name ="CODE_LANGUAGE" >
        
< meta  content ="JavaScript"  name ="vs_defaultClientScript" >
        
< meta  content ="http://schemas.microsoft.com/intellisense/ie5"  name ="vs_targetSchema" >
    
</ HEAD >
    
< body  MS_POSITIONING ="GridLayout" >
        
< form  id ="addStatus"  method ="post"  runat ="server" >
            
< TABLE  id ="Table1"  style ="Z-INDEX: 101; LEFT: 8px; WIDTH: 624px; POSITION: absolute; TOP: 8px; HEIGHT: 69px"  cellSpacing ="1"  cellPadding ="1"  width ="624"  border ="1" >
                
< TR >
                    
< TD  style ="HEIGHT: 20px" >< FONT  face ="宋体" >< asp:label  id ="LabResult"  runat ="server" ></ asp:label ></ FONT ></ TD >
                
</ TR >
                
< TR >
                    
< TD  style ="HEIGHT: 20px" >< FONT  face ="宋体" > 主题
                            
< asp:textbox  id ="tbName"  runat ="server"  Width ="411px" ></ asp:textbox ></ FONT ></ TD >
                
</ TR >
                
< TR >
                    
< TD >< FONT  face ="宋体" > 路径
                            
< asp:textbox  id ="tbLink"  runat ="server"  Width ="419px" ></ asp:textbox ></ FONT ></ TD >
                
</ TR >
                
< TR >
                    
< TD > 发布时间
                        
< asp:dropdownlist  id ="DropYear"  runat ="server" ></ asp:dropdownlist >
                        
< asp:dropdownlist  id ="DropMonth"  runat ="server" ></ asp:dropdownlist >
                        
< asp:dropdownlist  id ="DropDay"  runat ="server" ></ asp:dropdownlist > </ TD >
                
</ TR >
                
< TR >
                    
< TD >< asp:button  id ="ButCheck"  onclick ="ButCheck_Click"  runat ="server"  Text ="提交" ></ asp:button ></ TD >
                
</ TR >
            
</ TABLE >
        
</ form >
    
</ body >
</ HTML >

你可能感兴趣的:(asp)