November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Indeed there is. Check netPageDataLoad out. It takes pageId and languageBranchId.
Hi,
the netPageDataLoad stored proc returns all property names but not values. Is there any other SProc which takes in the property name and returns the property value?
Hi,
You get the properties back from the stored procedure too. You should be able to grab it with some sql voodoo. :)
Sorry my bad. I just noticed the SP returns the property values too. Thanks a bunch.
Hi,
I have a classic asp project wherein I need to retrieve page properties based on a pageid. As I cannot use pagedata class in ASP I am trying to connect to the database and retrieve the page properties for a page. Is there a stored proc which takes in pageid and property name and returns the value of the property?