下面是通過讀取xml檔案中的內容並顯示在textbox的例子:
以下是引用片段:
using system;
using system.data;
using system.configuration;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.web.ui.htmlcontrols;
using system.xml;
using system.xml.xpath;
public partial class _default : system.web.ui.page
if (xe.name == "username")
if (xe.name == "password")}}
textbox1.text=y[0];
textbox2.text = y[1];
textbox3.text = y[2];
textbox4.text = y[3];}}
記錄讀取xml檔案內容
記錄下使用document類去讀取xml檔案內容 xml內容 1 xml version 1.0 encoding utf 8 2 schools 3 school id 1 name school1 4 class id 11 name class11 5 student id 111 name ...
如何讀取xml配置檔案的內容
當我們在編寫 時,通常會遇到將各類資訊或引數放置在配置檔案中的情況,本文將介紹如何解析xml檔案獲取各類引數資訊。假設我們使用jdbc連線資料庫,我們需要提供url,username,password,此時我們可以建立如下xml檔案 將檔案儲存為connectjdbc.xml並存放在src目錄下 此...
讀取XML 內容
file f new file system.getproperty user.dir file.separator src userfile.xml 定位檔案 reader new saxreader try catch documentexception e e.printstacktrace ...