XML in VB.Net
Using System.Xml namespace and its classes in vb.net, Is there a way to work with textboxes , submitting buttons etc in an xml page? like putting/streaming data into a textbox or getting results from submit button and save it somewhere in a file?
0