How can I use Functions in VB.NET that's not in App_code
- by megatoast
I am currently working with an IPhone API which consist of about 40 pages of aspx along with their respective aspx.vb pages. They are all partial classes because the API continues to add other phone platforms to it. Currently I have them residing just in a folder. /API/0.1 and /API/1.0 ...
How would I call the functions from those IPhone API…