资源简介
代码片段和文件信息
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个文件信息
相关资源
- 极速北京对时(VB.NET代码)
- asp.net 网页静态化组件(shipingx-Stati
- Speex编解码调用
- Pylon.NET Samples
- asp.net防刷新(F5) 禁止重复提交 ()
- Asp.Net 实现与 Ucenter通信
- 2048核心算法(.net core 控制台版)
- asp.net 页面数据压缩回传
- asp.net 多文件上传源码
- 使用VCSharp.net开发BOS插件
- facebook OAuth 2.0 asp.net
- 用C#.NET实现删除指定文件
- .net 2.0 List 去重 类似 distinct()函数
- ASPxGridView(或ASPxTreeList)动态加载数
- Asp.net MVC - 使用PRG模式 解决放刷新问
- Asp.net MVC 使用NVelocity 作为模板引擎
- log4net 在asp.net 记录全局错误
- asp.net多语言实现 二
- js实现关键字高亮
- C# 域名whois批量查询工具(检测是否注
- asp.net MVC 实现多国语言建站解决方案
- asp.net SEO价格查询系统源码
- 生成静态文件
- asp.net 邮件类库项目源码
- asp.net自动压缩CSS-JS源码 包附对应使用
- FastSocket.Net
- asp.net 上传文件至wps
- asp.net ucenter 打通用户登录状态实现(
- asp.net mvc 页面缓存(outputcache)入门级
- 自定义 AspNet web服务器
评论
共有 条评论