2007年4月20日

多线程与异步的区别和联系

摘要: http://netstart.caotingna.com/item/78062.aspx 1楼 友情up 2楼 异步是一个人,多线程是多个人, 异步可以理解为多线程。 3楼 异步通信的意思是,当A发送完消息之后,不等待B的回应,继续执行之后的程序,在将来的某个时刻,A再来检查是否收到B的回应。 和多线程没有什么必然的联系 4楼 关注。 ... 阅读全文

posted @ 2007-04-20 16:34 华威 阅读(2843) 评论(0) 推荐(0) 编辑

在DataGrid里面取特殊字段值

摘要: 使用(typeof)datagrid.items[i].cells[0].findcontrol("name") 例如:Label lblrid = (Label)(DataList.Items[index].FindControl("name")) 阅读全文

posted @ 2007-04-20 04:54 华威 阅读(170) 评论(0) 推荐(0) 编辑

ASP.NET连接局域网里的SQL SERVER

摘要: http://geekswithblogs.net/ranganh/archive/2005/05/25/40503.aspxThis article is in continuation with Part I where I explained the scenarios where this error occurs when the Webserver and SQL Server are... 阅读全文

posted @ 2007-04-20 04:11 华威 阅读(635) 评论(0) 推荐(0) 编辑

导航