Showing related tags and posts accross the entire site.
-
Still a little green to NETTIERS. I have noticed that the API's being generated are prefixing method arguments with an underscore. My issue is, the objectdatasource when specifying parameters expects the actual db field name so 'MyId' not '_MyId'. Is there something i am missing as...
-
I am in the process of converting a site (written by someone else) to use .net tiers on the back end. We have a number of stored procs which return XML. The reasoning behind generating the XML within a proc is solid and is the most efficient way getting the desired data. I've been searching the forums...