• 大小: 0.38M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: asp.net  asp  .NET  控件  NET  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Sample_3_1 : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

    }


    protected void Button1_Click(object sender EventArgs e)
    {
        
    }

    //对ASP服务器控件的文本框写入当前日期时间
    protected void Button2_Click(object sender EventArgs e)
    {
        //日期时间型数据转换成长日期格式的写法:
        txt_asp.Text = DateTime.Now.ToLongDateString();

    }



    //对HTML服务器控件的文本框写入当前日期时间
    protected void Button3_Click(object sender EventArgs e)
    {
        txt_htmlServer.Value = DateTime.Now.ToString();
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-03-26 10:08  ASPNET-3\
     目录           0  2013-03-26 10:08  ASPNET-3\DATA\
     文件      720896  2013-03-21 01:04  ASPNET-3\DATA\51ZXW.accdb
     文件      409600  2013-03-22 10:18  ASPNET-3\DATA\51ZXW.mdb
     目录           0  2013-03-22 14:46  ASPNET-3\imgs\
     文件       58942  2006-08-11 16:17  ASPNET-3\imgs\36.png
     文件       31099  2006-08-11 16:15  ASPNET-3\imgs\37.png
     文件       47003  2006-08-11 16:14  ASPNET-3\imgs\38.png
     文件       67766  2006-08-11 16:14  ASPNET-3\imgs\39.png
     文件       28613  2006-08-11 16:13  ASPNET-3\imgs\40.png
     文件        3012  2013-03-21 01:33  ASPNET-3\imgs\back_navbar.png
     文件       85527  2013-03-22 14:46  ASPNET-3\imgs\hotarea.jpg
     文件       24320  2013-03-03 14:04  ASPNET-3\imgs\interface.jpg
     文件        3731  2013-03-21 00:28  ASPNET-3\imgs\li_1.png
     文件        1488  2013-03-25 03:44  ASPNET-3\Sample 3-01.aspx
     文件         848  2013-03-15 04:59  ASPNET-3\Sample 3-01.aspx.cs
     文件        1915  2013-03-25 03:45  ASPNET-3\Sample 3-02.aspx
     文件         927  2013-03-15 05:00  ASPNET-3\Sample 3-02.aspx.cs
     文件        1467  2013-03-25 03:46  ASPNET-3\Sample 3-03.aspx
     文件        1664  2013-03-15 05:01  ASPNET-3\Sample 3-03.aspx.cs
     文件        2395  2013-03-25 03:52  ASPNET-3\Sample 3-04 05.aspx
     文件        2876  2013-03-20 02:07  ASPNET-3\Sample 3-04 05.aspx.cs
     文件        2573  2013-03-25 03:47  ASPNET-3\Sample 3-06.aspx
     文件        1374  2013-03-20 06:46  ASPNET-3\Sample 3-06.aspx.cs
     文件        2481  2013-03-25 03:53  ASPNET-3\Sample 3-07.aspx
     文件         288  2013-03-21 00:28  ASPNET-3\Sample 3-07.aspx.cs
     文件        2230  2013-03-25 03:48  ASPNET-3\Sample 3-08.aspx
     文件         866  2013-03-21 05:25  ASPNET-3\Sample 3-08.aspx.cs
     文件        1503  2013-03-25 03:49  ASPNET-3\Sample 3-09.aspx
     文件         284  2013-03-21 01:13  ASPNET-3\Sample 3-09.aspx.cs
     文件        2900  2013-03-25 03:52  ASPNET-3\Sample 3-10 11.aspx
............此处省略9个文件信息

评论

共有 条评论