hey,
i need to know how to get the value from a xml file and display it in a textbox using asp.net 1.1?
thanx
Printable View
hey,
i need to know how to get the value from a xml file and display it in a textbox using asp.net 1.1?
thanx
Easiest way is to load the xml file into a dataset, then just treat it like a database.