CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Zamuel

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    19,131

    Re: Ajax query, Javascript and Sharepoint

    The same query is working on the same file in following code



    function getLatestWorksite() {
    try {
    var query = camlQueryLatestWorksite.format(currentUserId);

    var list =...
  2. Replies
    3
    Views
    19,131

    Re: Ajax query, Javascript and Sharepoint

    Thanks for th reply olivthill and advices.

    I Believe the code has all the brackets correctly


    currentSPContext.executeQueryAsync(Function.createDelegate(listItem, function () {

    ...

    }),
  3. Replies
    3
    Views
    19,131

    Ajax query, Javascript and Sharepoint

    Hello everyone.

    I am struggling with a sharepoint project containing Ajax query. I am fairly new in C#/Ajax/Sharepoint development and don't a clear understanding.

    I am working on a bug. The...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured