博主资料

留言 加为好友 收藏

用户名:  voboynet

个人统计

用户名: voboynet
等级: 初来乍到
威望: 225
积分: 1357
在线时间: 16 小时
日志总数: 165
评论数量: 358
访问次数: 591950
建立时间: 2006-02-12
RSS订阅       手机访问

最新评论

文章搜索

文章列表

友情链接

最近访问的人:

BlueNight
2008-10-04 15:29:55
在线备份
2008-09-27 09:34:00
曾经以为
2008-09-24 10:51:23
学海无涯
2008-09-22 09:49:54
wang
2008-09-19 15:58:26
穿越时空
2008-08-26 22:44:53
冬眠的水草世界
2008-08-22 15:10:53
电子商务研究(B2C)
2008-08-20 10:42:40
机械设计
2008-08-18 13:29:21
java
2008-08-18 10:53:56

日志文章列表

2007年08月29日 09:50:32

checkbox选中所有行

  protected void CheckBox2_CheckedChanged(object sender, EventArgs e)
  {
    if (((CheckBox)sender).Checked)//选中当前页面所有行
    {
    &nb..

阅读全文>>

Tags: checkbox  

类别: .net 2.0 |  评论(0) |  浏览(1505) |  收藏
2007年08月27日 17:29:48

C#中常用的文件操作方法

C#追加文件
StreamWriter sw = File.AppendText(Server.MapPath(".")+"[url=file://myText.txt/]\\myText.txt");
sw.WriteLine("追逐理想");
sw.WriteLine("kzlll"); ..

阅读全文>>

Tags: 文件操作  

类别: .net 2.0 |  评论(0) |  浏览(4281) |  收藏
2007年08月23日 21:11:55

web.config

       <authentication mode="Forms">
           <forms name="wrox" loginUrl="default.aspx" path="default.aspx">
               <credentials passwordFormat="Clea..

阅读全文>>

类别: 无分类 |  评论(0) |  浏览(1405) |  收藏
2007年08月23日 16:19:59

一个自动生成html的类

可以自动读取模板文件后,生成   当前 年/月/日/yyMMddhhmmss.html
代码如下
C#

1'800')this.width='800';if(this.height>'600')this.height='600';" border="0" />private bool CreateHtml(string strText..

阅读全文>>

Tags: 自动生成html  

类别: .net 2.0 |  评论(0) |  浏览(1756) |  收藏