dotnet 相关的软件列表

首页

DotNet2.0 生成网站的测试

2020-02-16 标签:dotnet,生成,网站,测试,n,et,做了,以下,菜单,新建,建立,页面,default,aspx,类型,代码,分开

在net2中,做了以下测试: 1 菜单"新建 -> 网站" 2 建立页面Default.aspx,类型是页面与代码分开。其中对应的类是”_Default“,在namespace"T1"下。 3 建立页面Default2.aspx,类型是页面与代码不分开 4 建立类T1.Class1,编辑器会将

首页

xml 中的冒号 读取问题的解决

2020-02-16 标签:xml,冒号,读取,问题,解决,参考,文章,http,chs,gotdotnet,com,quickstart,howto,doc,aspx,源码,public,void

参考文章:http://chs.gotdotnet.com/quickstart/howto/doc/Xml/XmlNameSpace.aspx 偶的源码:public void bindXml(string xmlUrl){System.Xml.XmlDocument doc = new Syst