Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6836309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:20:25+00:00 2026-05-26T23:20:25+00:00

I am trying to update UserInformationList for the user. It is executing SPListItem.Update() properly

  • 0

I am trying to update UserInformationList for the user. It is executing SPListItem.Update() properly but update was not reflect in the list. I don’t understand where I am doing mistake. I attaching my code here.

private bool SyncingProcess(SqlDataReader d, SPList UserInfoList)
    {
        bool result =false;
        try
        {            //-->
            SPListItem UILUser = null;
            // Build a query.
            SPQuery query = new SPQuery();
            query.Query = string.Concat( "<Where><Eq>","<FieldRef Name='Name'/>",
                "<Value Type='Text'>" +(d.IsDBNull(accountIDPOS) == false
                     ? d.GetString(accountIDPOS)
                     : "information not found") + "</Value>",
                "</Eq></Where>");

            query.ViewFields = string.Concat("<FieldRef Name='FirstName' />","<FieldRef Name='LastName' />",
                "<FieldRef Name='Email' />","<FieldRef Name='FullName' />","<FieldRef Name='Title' />",
                "<FieldRef Name='JobTitle' />");

            SPListItemCollection userInfoListitems = UserInfoList.GetItems(query);
            if (userInfoListitems != null && userInfoListitems.Count > 0)
            {
                UILUser = userInfoListitems[0];
                SPUser user1 = UILUser.Web.EnsureUser("aspnetsqlmembershipprovider:" + d.GetString(accountIDPOS));                  
                if (UILUser != null)
                {  
                    UILUser["FirstName"] = (d.IsDBNull(FIRSTNAMEPOS) == false ? d.GetString(FIRSTNAMEPOS) : "");                           
                    UILUser["LastName"] = (d.IsDBNull(LASTNAMEPOS) == false ? d.GetString(LASTNAMEPOS) : "");
                    UILUser["Title"] = (d.IsDBNull(FULLNAMEPOS) == false ? d.GetString(FULLNAMEPOS) : "");
                    UILUser["EMail"] = (d.IsDBNull(EMAIL_ADDRESSPOS) == false? d.GetString(EMAIL_ADDRESSPOS): "");
                    UILUser["JobTitle"] = (d.IsDBNull(TITLEPOS) == false ? d.GetString(TITLEPOS) : "");
                    UILUser.Update();;
                    UserInfoList.Update();   
                }
                result =true;
            }
            else
            {
                tw.WriteLine("User not found in the " + UserInfoList.ParentWeb.Title.ToString() + " Site " +
                             (d.IsDBNull(FIRSTNAMEPOS) == false
                                  ? d.GetString(FIRSTNAMEPOS) + "; " + d.GetString(accountIDPOS)
                                  : "information not found"));
                tw.Flush();
            }

        }
        catch (Exception)
        {
            result =false;
        }
        return result;
    }
}

}

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:20:26+00:00Added an answer on May 26, 2026 at 11:20 pm

    You might want to call UserInfoList.ParentWeb.Update()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to update a simple model in MVC,but its not working,it throws an
I trying to update a model on a callback but the validation is causing
I'm trying to update a hashtable in a loop but getting an error: System.InvalidOperationException:
I'm trying to update my database table with PDO, but to avoid security leaks,
Trying to update a table on a linked server (SQL 2000/2005) but my server
Im trying to UPDATE queueStatusINT WHERE statusINT is 8 and queueStatusINT is NOT equal
I'm trying to update my iPhone to the 3.0 beta 5 OS, but I
I'm trying to update an old Access database using SQL scripts, but I can't
In sharepoint when trying to update a list I am getting the error: 0x81020014One
I'm trying to update a table based upon the user id from another table.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.