Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Retrieve page porperties in Classic ASP

Vote:
 

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?

 

#37002
Feb 16, 2010 17:54
Vote:
 

Indeed there is. Check netPageDataLoad out. It takes pageId and languageBranchId.

#37003
Feb 16, 2010 18:14
Vote:
 

Thanks for the quick response.

#37005
Feb 16, 2010 18:50
Vote:
 

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?

 

#37048
Feb 18, 2010 10:52
Vote:
 

Hi,

You get the properties back from the stored procedure too. You should be able to grab it with some sql voodoo. :)

#37050
Feb 18, 2010 11:18
Vote:
 

Sorry my bad. I just noticed the SP returns the property values too. Thanks a bunch.

#37052
Feb 18, 2010 11:44
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.