Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Sharepoint

Sharepoint

Scheduled Pinned Locked Moved C#
sharepointdatabasetutorialquestion
22 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L lokesh143 surana

    oh! now i get.......k I am final year computer engineering student. before 7 month i across the name of this softwares Sharepoint and Biztalk. I install both software successfully. And learn lot of things in it. I leared in this forum that integration between those is possible..so i decide to do this Its not any homework its my intrest to do... i am totally beginner in this field... and here no one know about this software name also... its my details...i need one teacher or friend who teach or direct me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it.... how i do..you have any idea?

    S Offline
    S Offline
    Smithers Jones
    wrote on last edited by
    #9

    and once again: you won't find anybody here teaching you things bit by bit. get a book, read it, if you have a question, come back, and ask a question to a specific problem. ah, forget it. i am going home.

    1 Reply Last reply
    0
    • L lokesh143 surana

      oh! now i get.......k I am final year computer engineering student. before 7 month i across the name of this softwares Sharepoint and Biztalk. I install both software successfully. And learn lot of things in it. I leared in this forum that integration between those is possible..so i decide to do this Its not any homework its my intrest to do... i am totally beginner in this field... and here no one know about this software name also... its my details...i need one teacher or friend who teach or direct me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it.... how i do..you have any idea?

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #10

      Imagine that there is a man stood behind you. His eyes are crossed and he has a far away look. Maybe he forgot to take his medication. The medication that keeps him calm. Now picture that he is holding a meat cleaver that drips with blood, human blood. The blood of the last doofus-numb-brain who kept on and on and on and on about the same stoopid thing without realising how much of a Wuckfit he was. Now superimpose that person and my name. DO YOU UNDERSTAND OR SHALL I SPELL IT OUT?:mad:


      Panic, Chaos, Destruction. My work here is done.

      1 Reply Last reply
      0
      • L lokesh143 surana

        calling windows sharepoint web service for list.asmx.. how to run caml query on it?

        modified on Wednesday, March 11, 2009 11:11 AM

        C Offline
        C Offline
        Calin Tatar
        wrote on last edited by
        #11

        Basically, if you call GetListItems webmethod you may pass an XmlNode which represents a CAML. For a sample, have a look at: http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx[^] Calin

        L 1 Reply Last reply
        0
        • C Calin Tatar

          Basically, if you call GetListItems webmethod you may pass an XmlNode which represents a CAML. For a sample, have a look at: http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx[^] Calin

          L Offline
          L Offline
          lokesh143 surana
          wrote on last edited by
          #12

          Thanks.... Is there any need to download templete for visual studio to write this code...?

          C 1 Reply Last reply
          0
          • L lokesh143 surana

            Thanks.... Is there any need to download templete for visual studio to write this code...?

            C Offline
            C Offline
            Calin Tatar
            wrote on last edited by
            #13

            You don't need a special template for that. Just add a reference to the webservice. Calin

            modified on Wednesday, March 11, 2009 1:47 PM

            L 1 Reply Last reply
            0
            • C Calin Tatar

              You don't need a special template for that. Just add a reference to the webservice. Calin

              modified on Wednesday, March 11, 2009 1:47 PM

              L Offline
              L Offline
              lokesh143 surana
              wrote on last edited by
              #14

              just now i type in explorer..... http://servername//\_vit\_bin/list.asmx is give error that thie site blocked by administrator whats the actual problem? and the for writing that code i select empty project templet?

              C 1 Reply Last reply
              0
              • L lokesh143 surana

                just now i type in explorer..... http://servername//\_vit\_bin/list.asmx is give error that thie site blocked by administrator whats the actual problem? and the for writing that code i select empty project templet?

                C Offline
                C Offline
                Calin Tatar
                wrote on last edited by
                #15

                You may create a Win app, Console, Web app,... Calin

                L 1 Reply Last reply
                0
                • C Calin Tatar

                  You may create a Win app, Console, Web app,... Calin

                  L Offline
                  L Offline
                  lokesh143 surana
                  wrote on last edited by
                  #16

                  if i type in explorer.. http://servername/\_vit\_bin/list.asmx Error:The file your attempting to save or retrieve has been blocked from this web site by the server administrator. how i resolve this problem..?

                  C 1 Reply Last reply
                  0
                  • L lokesh143 surana

                    if i type in explorer.. http://servername/\_vit\_bin/list.asmx Error:The file your attempting to save or retrieve has been blocked from this web site by the server administrator. how i resolve this problem..?

                    C Offline
                    C Offline
                    Calin Tatar
                    wrote on last edited by
                    #17

                    try Lists.asmx

                    C L 2 Replies Last reply
                    0
                    • C Calin Tatar

                      try Lists.asmx

                      C Offline
                      C Offline
                      Calin Tatar
                      wrote on last edited by
                      #18

                      have a look here[^]

                      L 2 Replies Last reply
                      0
                      • C Calin Tatar

                        try Lists.asmx

                        L Offline
                        L Offline
                        lokesh143 surana
                        wrote on last edited by
                        #19

                        again getting same error.....

                        1 Reply Last reply
                        0
                        • L lokesh143 surana

                          oh! now i get.......ok 1st about me... I am final year computer engineering student. before 7 month i across the name of this softwares Sharepoint and Biztalk. I install both software successfully. And learn lot of things in it. I eared in this forum that integration between those is possible..so i decide to do this Its not any homework its my intrest to do... i am totally beginner in this field... and here no one know about this software name also... its my details...i need one teacher or friend who teach or direst me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it....

                          F Offline
                          F Offline
                          fred_
                          wrote on last edited by
                          #20

                          lokesh143.surana wrote:

                          I am final year computer engineering student.

                          If I was you I'd ask for a tuition refund, and use the proceeds to purchase a 7-11. You lack the research skills to be a programmer.

                          1 Reply Last reply
                          0
                          • C Calin Tatar

                            have a look here[^]

                            L Offline
                            L Offline
                            lokesh143 surana
                            wrote on last edited by
                            #21

                            When i click to Blocked File types it shows as Unknow error.. What the prox..?

                            1 Reply Last reply
                            0
                            • C Calin Tatar

                              have a look here[^]

                              L Offline
                              L Offline
                              lokesh143 surana
                              wrote on last edited by
                              #22

                              ok...i resolve that problem... Now i want to retrieve the sharpoint contact list by using C# VS08...? Can i create blank solution or console solution..? Any sample code avalable for reference..?

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups