Click here to Skip to main content
15,900,378 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: No answer but... Pin
Chris Maunder16-Jun-10 3:00
cofounderChris Maunder16-Jun-10 3:00 
AnswerRe: How do I automatically add line break indicators in HTML? Pin
NeverHeardOfMe16-Jun-10 14:53
NeverHeardOfMe16-Jun-10 14:53 
GeneralRe: How do I automatically add line break indicators in HTML? Pin
Chris Maunder16-Jun-10 15:00
cofounderChris Maunder16-Jun-10 15:00 
QuestionGrabbing Sharepoint documents Pin
Terry Asher15-Jun-10 8:32
Terry Asher15-Jun-10 8:32 
AnswerRe: Grabbing Sharepoint documents Pin
Adam R Harris18-Jun-10 8:03
Adam R Harris18-Jun-10 8:03 
GeneralRe: Grabbing Sharepoint documents Pin
Not Active18-Jun-10 8:53
mentorNot Active18-Jun-10 8:53 
AnswerRe: Grabbing Sharepoint documents Pin
Not Active18-Jun-10 8:56
mentorNot Active18-Jun-10 8:56 
GeneralRe: Grabbing Sharepoint documents Pin
Adam R Harris18-Jun-10 11:05
Adam R Harris18-Jun-10 11:05 
Mark is right, you need to use the web services (don't know why i thought you would use the Object Model), which you can access using the following urls;

WSS Web Services Web Reference

  • Administration Service http://[server-url:port-number]/_vti_adm/admin.asmx
  • Alerts Service http://[server-url]/_vti_bin/alerts.asmx
  • Document Workspace Service http://[server-url]/_vti_bin/dws.asmx
  • Forms Service http://[server-url]/_vti_bin/forms.asmx
  • Imaging Service http://[server-url]/_vti_bin/imaging.asmx
  • List Data Retrieval Service http://[server-url]/_vti_bin/dspsts.asmx
  • Lists Service http://[server-url]/_vti_bin/lists.asmx
  • Meetings Service http://[server-url]/_vti_bin/meetings.asmx
  • Permissions Service http://[server-url]/_vti_bin/permissions.asmx
  • Site Data Service http://[server-url]/_vti_bin/sitedata.asmx
  • Site Service http://[server-url]/_vti_bin/sites.asmx
  • Users and Groups Service http://[server-url]/_vti_bin/usergroup.asmx
  • Versions Service http://[server-url]/_vti_bin/versions.asmx
  • Views Service http://[server-url]/_vti_bin/views.asmx
  • Web Part Pages Service http://[server-url]/_vti_bin/webpartpages.asmx
  • Webs Service http://[server-url]/_vti_bin/webs.asmx

If at first you don't succeed ... post it on The Code Project and Pray.

GeneralRe: Grabbing Sharepoint documents Pin
Terry Asher21-Jun-10 3:21
Terry Asher21-Jun-10 3:21 
GeneralRe: Grabbing Sharepoint documents Pin
Not Active21-Jun-10 3:24
mentorNot Active21-Jun-10 3:24 
GeneralRe: Grabbing Sharepoint documents Pin
Terry Asher21-Jun-10 3:26
Terry Asher21-Jun-10 3:26 
GeneralRe: Grabbing Sharepoint documents Pin
Not Active21-Jun-10 3:37
mentorNot Active21-Jun-10 3:37 
Question'Sys' is undefined Pin
Elena200615-Jun-10 4:20
Elena200615-Jun-10 4:20 
AnswerRe: 'Sys' is undefined Pin
Peace ON15-Jun-10 5:06
Peace ON15-Jun-10 5:06 
AnswerRe: 'Sys' is undefined Pin
R. Giskard Reventlov15-Jun-10 5:21
R. Giskard Reventlov15-Jun-10 5:21 
AnswerRe: 'Sys' is undefined Pin
koolprasad200317-Jun-10 19:49
professionalkoolprasad200317-Jun-10 19:49 
QuestionHow to add columns dynamically in gridview Pin
mominafiz15-Jun-10 3:14
mominafiz15-Jun-10 3:14 
AnswerRe: How to add columns dynamically in gridview Pin
Peace ON15-Jun-10 4:12
Peace ON15-Jun-10 4:12 
QuestionUpdating parent from iFrame Pin
il_manti14-Jun-10 21:00
il_manti14-Jun-10 21:00 
QuestionBeing Dim? Pin
Dalek Dave14-Jun-10 13:36
professionalDalek Dave14-Jun-10 13:36 
AnswerRe: Being Dim? Pin
Dr.Walt Fair, PE14-Jun-10 15:04
professionalDr.Walt Fair, PE14-Jun-10 15:04 
AnswerRe: Being Dim? Pin
Graham Breach14-Jun-10 20:44
Graham Breach14-Jun-10 20:44 
GeneralRe: Being Dim? Pin
Dalek Dave14-Jun-10 21:30
professionalDalek Dave14-Jun-10 21:30 
AnswerRe: Being Dim? Pin
T M Gray15-Jun-10 8:40
T M Gray15-Jun-10 8:40 
QuestionNavigation bar dropdown list Pin
Dalek Dave14-Jun-10 11:50
professionalDalek Dave14-Jun-10 11:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.