Thanks for the help. I'll be looking into it. Cheers
Coreo
Posts
-
retrieving remote xml data -
retrieving remote xml data with vb.netAnyone know where i can find some good examples on how to create an app that would grab data from a server side xml file? thanks.
-
retrieving remote xml dataHey all, Just wondering how to go about accessing and reading data from a remote (on a webserver) xml file. Thanks
-
binding data in an array to a listboxunfortunately that didnt seem to do it... but i'll keep pluggin away, thanks
-
binding data in an array to a listboxhey all, Im really new to this all so please bear with me. I've basically just written a module with a main function that creates an array of data (this is fine) and open a form with a listbox (courslist) that i want to populate with the values stored in the array (course). For some reason (i know im missing somethin silly) the form app crashes with An unhandled exception of type 'System.ArgumentNullException' occurred in system.windows.forms.dll Additional information: Value cannot be null. Here's the call i make to bind the data. Any help would be greatly appreciated f1.courselist.DataSource() = course f1.Show() Cheers,