易截截图软件、单文件、免安装、纯绿色、仅160KB

xml文件绑定到DataList的问题! - .NET技术 / C#

XML文件结构如下:
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
  <Table>
  <productID>1</productID>
  <productname>S200</productname>
  <productdescription />
  <originalprice>2100.0000</originalprice>
  <saleprice>2000.0000</saleprice>
  <categoryID>2</categoryID>
  <photo>S200.jpg</photo>
  <publishyear>2007</publishyear>
  <publishmonth>4</publishmonth>
  </Table>
  <Table>
  <productID>2</productID>
  <productname>S500</productname>
  <originalprice>2500.0000</originalprice>
  <saleprice>2320.0000</saleprice>
  <categoryID>2</categoryID>
  <photo>S500.jpg</photo>
  <publishyear>2007</publishyear>
  <publishmonth>3</publishmonth>
  </Table>
  <Table>
  <productID>3</productID>
  <productname>S50</productname>
  <originalprice>2030.0000</originalprice>
  <saleprice>1950.0000</saleprice>
  <categoryID>2</categor


相关问答:

急求ASP。NETC#购物车代码

最近在做个网上商城,购物车模块,没有做过,麻烦各位帮忙说下大致说下思路,能发一份源码更好。小弟先谢过各位了;
QQ:413763818;
eamil:swebook@126.com
网上一大堆!

www.51aspx.com

去下 ......

winform编程与ASP.NET有连系吗 - .NET技术 / C#

其实这个问题可以找老师回答,这不放假了吗,问问各位高手。
绝对有 ,ASP、net里有好多的逻辑判断等都需要winform基础

C#语言 
Ado.net C/S结构
Asp.net B/S结构

俩都是微软出的,都能用C#进行开发 ......

vb读取用word转换成的xml里的数据 - VB / 基础类

Private Sub Command1_Click()
Dim MyString() As String
Open "a.xml" For Binary As #1 ' 打开刚创建的文件。
ReDim MyString(LOF(1) - 1)
  Put #1, , MyRecord ' 读入所有字符到变量中 ......

c#生成xml文件 - .NET技术 / C#

思路:要用c#生成一个播放机的播放列表的xml,例如:
<daty datys='2010-04-05' datye='2010-05-01' > //这是播放的日期段
  <time times='01:12:00' timee='02:30:00'> ......

XmlDocument如何生成闭合标记的XML - .NET技术 / C#

我用XmlDocument生成XML
XmlElement remarkNode = node.OwnerDocument.CreateElement("remark");
remark1Node.InnerXml = "";
如果InnerXml赋值不为空,则生成的标记是没问题的,比如:<r ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号