随笔分类 -  Asp.Net

摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> CustomValidator Number: ... 阅读全文
posted @ 2009-01-15 14:55 jianlinglo 阅读(855) 评论(0) 推荐(1)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Date Validation Check Arrival Date: Select your arri... 阅读全文
posted @ 2009-01-15 14:54 jianlinglo 阅读(351) 评论(0) 推荐(0)
摘要:Substitution控件----动态更新缓存页的部分 www.Phontol.com缓存某个 ASP.NET 页时,默认情况下会缓存该页的全部输出。it.Phontol.com在第一次请求时,该页将运行并缓存其输出。it.Phontol.com对于后续的请求,将通过缓存来完成,该页上的代码不会运行。it.Phontol.com 在某些情况下,可能要缓存 ASP.NET 页,但需根据每个请求更... 阅读全文
posted @ 2009-01-15 14:50 jianlinglo 阅读(452) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Latest Hardware Please select the items you are interested in: ... 阅读全文
posted @ 2009-01-15 13:08 jianlinglo 阅读(333) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> CheckBox control ... 阅读全文
posted @ 2009-01-15 13:02 jianlinglo 阅读(301) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> AdRotator Page MyAds.xm CodeCode highlighting produced by Actipro CodeHighli... 阅读全文
posted @ 2009-01-15 12:10 jianlinglo 阅读(250) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Menu Server Control ... 阅读全文
posted @ 2009-01-15 12:06 jianlinglo 阅读(355) 评论(0) 推荐(0)
摘要:Repeater控件,显示数据库信息.aspx CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 Repeater显示数据库中信息1: test 学生(这是头) ... 阅读全文
posted @ 2009-01-15 12:01 jianlinglo 阅读(317) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 BulletedList的OnClick事件: United States United Kingdo... 阅读全文
posted @ 2009-01-15 11:38 jianlinglo 阅读(195) 评论(0) 推荐(0)
摘要:tabindex属性 平时我们使用两种填写表单的方法: 第一种,用鼠标在表单项中切换。 第二种,用Tab键切换。 tabindex属性设置按下tab键时的响应顺序。它的值是一个数字。 1、设置了tabindex属性的控件按照tabindex属性从小到大顺序相应; 2、设置了tabindex属性的控件优先于没有设置tabinde... 阅读全文
posted @ 2009-01-13 23:09 jianlinglo 阅读(672) 评论(0) 推荐(0)
摘要:转:遥远的梦http://www.cnblogs.com/ziyiFly/tag/GridView/ 一.网络验证应用技巧 1. 验证 E-mail格式 2. 验证 IP 地址 3. 验证 URL 二. 常用数字验证技巧 1. 验证电话号码 2. 输入密码条件(字符与数据同时出现) 3.邮政编号 4. 手机号码5.身份证号 6. 两位小数 7.一年的12个月 8.一个月的31天 9.数字输入... 阅读全文
posted @ 2009-01-13 22:39 jianlinglo 阅读(258) 评论(0) 推荐(0)
摘要:ArrayList :System.Collections命名空间中定义的一个类;优点:功能比Array类更加强大; 大小是可以动态变化的; 在ArrayList中可以很方便地把一个元素插入到指定的位置,也可以很轻松地删除一个元素;缺点:ArrayList的效率与数组相比就要差一些ArrayList类的方法: (1) Add:向ArrayList中增加元素。(2)... 阅读全文
posted @ 2009-01-13 22:32 jianlinglo 阅读(374) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 阅读全文
posted @ 2009-01-13 22:26 jianlinglo 阅读(148) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 ... 阅读全文
posted @ 2009-01-13 22:14 jianlinglo 阅读(209) 评论(0) 推荐(0)
摘要:zhenyulu http://www.cnblogs.com/zhenyulu/ 周公的专栏:http://blog.csdn.net/zhoufoxcn 遥远的梦:http://www.cnblogs.com/ziyiFly/tag/GridView/ 张子阳 :http://jimmyzhang.cnblogs.com/ 老赵:http://jeffreyzhao.cnblogs.... 阅读全文
posted @ 2009-01-13 11:15 jianlinglo 阅读(176) 评论(0) 推荐(0)
摘要:实现内容:asp.net页面中显示一个swf文件的动画 代码中"1.swf"是动画的路径和文件名称。 代码: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文
posted @ 2009-01-13 10:46 jianlinglo 阅读(348) 评论(1) 推荐(0)
摘要:第1个上传方法说明: 1.未选择文件,或者选择的是txt空文件,则上传失败, 2.可上传图片,txt,word格式文件。rar文件失败。 第2个: 使用扩展的input type="file"控件来实现这个功能,它的Accept属性来保证上传文件的文件类型。 代码: CodeCode highlighting produced by Actipro CodeHighlighter (freewar... 阅读全文
posted @ 2009-01-12 19:25 jianlinglo 阅读(196) 评论(0) 推荐(0)
摘要:HiddenField控件的作用简单的说是用于存储需要在向服务器的发送间保持的值。因为 HiddenField 的值将呈现给客户端浏览器,所以它不适用于存储安全敏感的值。若要为 HiddenField 控件指定值,请使用 Value 属性,请注意是Value而不是Text。事实上HiddenField并没有Text属性,这和DropDownList、CheckBoxList等标准按钮的属性命名方式... 阅读全文
posted @ 2009-01-12 19:16 jianlinglo 阅读(237) 评论(0) 推荐(0)
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Table First Name Last Name ... 阅读全文
posted @ 2009-01-12 19:11 jianlinglo 阅读(205) 评论(0) 推荐(0)
摘要:代码: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 无标题页 0 ... 阅读全文
posted @ 2009-01-12 18:36 jianlinglo 阅读(261) 评论(0) 推荐(0)