Connect to Sharepoint list using classic asp
-
I'm trying to figure out how to connect to a sharepoint list using classic asp. I have a column in the sharepoint list that I want to populate on a classic asp page. Does anyone have any ideas on how to do this? Thanks
That depends on what version of SharePoint. With 2007/WSS3 you would be limited to the WebServices. With 2010 you can use WebServices or Client Object Model. http://msdn.microsoft.com/en-us/library/lists(v=office.12).aspx[^] http://msdn.microsoft.com/en-us/library/bb862916(v=office.12).aspx[^]
Failure is not an option; it's the default selection.
-
That depends on what version of SharePoint. With 2007/WSS3 you would be limited to the WebServices. With 2010 you can use WebServices or Client Object Model. http://msdn.microsoft.com/en-us/library/lists(v=office.12).aspx[^] http://msdn.microsoft.com/en-us/library/bb862916(v=office.12).aspx[^]
Failure is not an option; it's the default selection.