You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
432 B

imports OboutInc.TextMenu
imports System.Web.UI.WebControls
public class vb_fromxml
inherits System.Web.UI.Page
protected placeHolder1 as PlaceHolder
private sub Page_Load(byval sender as object, byval e as System.EventArgs)
dim xmlDoc as System.Xml.XmlDocument = new System.Xml.XmlDocument()
xmlDoc.Load(Server.MapPath("TextMenuXML.xml"))
dim menuNodes as System.Xml.XmlNodeList = xmlDoc.SelectNodes("/TextMenu")