Hi!
some documents are in Document Library of sharepoint 2007.
this url is http://abcd:24931/docu/Forms/AllItems.aspx
my task is
i need to display these documents into datagridview of windows form application.
so, i written SPSite siteurl= new SPSite("http://abcd:24931/docu/Forms/AllItems.aspx");
but here(while debuging...) siteurl object is does not contain above complete url.
just it(siteurl) contain only http://abcd:24931, this is my big problem please provide a soluton....
and i think your understood my task also please provide some idea(coding) about my task.
after that some suggestions... i write like below but still i am getting same problem
still i am getting same problem.......
using (SPSite ospSite =
new SPSite(http://abcd:24931)) ----->output is not respond
View Complete Post