As you this XML file is XMLFile1.xml
Dim ds1 As New DataSetds1.ReadXml (Server.MapPath ( "XMLFile1.xml")) DropDownList1.DataSource = ds1.Tables ( "productname") DropDownList1.DataTextField = "productname_Text" DropDownList1.DataValueField = "product_ID" DropDownList1.DataBind ()