TreeView1.TreeNodeSrc  =  "http://localhost/qsoft/common/template/menu.xml"  
               TreeView1.EnableViewState  =  True  
               TreeView1.AutoPostBack  =  False  
               TreeView1.DataBind()  
当运行到databind()    时,弹出对话框:  
未处理的“System.Net.Sockets.SocketException”类型的异常出现在  system.dll  中。  
 
其他信息:  由于系统缓冲区空间不足或列队已满,不能执行套接字上的操作。  
另外,此代码在另外一台电脑上可以正常运行,  
且此电脑,若不用TreeView1.TreeNodeSrc  =  "http://localhost/qsoft/common/template/menu.xml"  
手动写入NODE,或把TreeView1.TreeNodeSrc  =  "d:\qsoft\common\template\menu.xml"也可以正常显示树,  
但因为我的MEMU 从SQLSERVER 里解析出XML内容,故用到SQLXML服务,所以必须用http://localhost/
十万火急,100分相送