摘要:
今天在csdn论坛上面看到有个人写代码(http://community.csdn.net/Expert/topic/4934/4934607.xml?temp=.3664514)imagell=(Image)e.Item.FindControl("imageID");报'Image' is an ambiguous reference的错误,我开始以为有两个错误一个是image首字母没有大写其次就是没有判断单元类型的错误,经过询问才知道根本就不是那么回事,经过google下原来“This happens because one of your import 阅读全文
posted @ 2006-08-08 14:06
From Ocean
阅读(211)
评论(0)
推荐(0)
摘要:
最常见的XML数据类型有:Element, Attribute,Comment, Text. Element, 指形如<Name>Tom<Name>的节点。它可以包括:Element, Text, Comment, ProcessingInstruction, CDATA, and EntityReference. Attribute, 指在<Employee id=”12345”>中的粗体部分。 Comment,指形如:<!-- my comment --> 的节点。 Text,指在<Name>Tom<Name>的粗体部 阅读全文
posted @ 2006-08-08 13:56
From Ocean
阅读(6204)
评论(1)
推荐(1)
浙公网安备 33010602011771号