So basically, I need to find a way to retrieve the image url that is stored in a database, and I need to do it through asp.net if possible (I want to avoid XML if I can). I’m an actionscript 3 newbie so I don’t know what calls I might use to connect to the .net page, but I am able to retrieve the data through SQL to the .net page. Any help would be appreciated.
Share
Web services are standard way to do this. Yes, it is xml, but i do not see a reason why not use it.