Which of the following code segments would you use if you wanted to update a list item without triggering an alert?

Question:Which of the following code segments would you use if you wanted to update a list item without triggering an alert?

1.SPList list = l_web.Lists["FinalTest"];SPListItemCollection listItemCollection;listItemCollection = list.Items;SPListItem listitem = listItemCollection[

2.SPList list = l_web.Lists["FinalTest"];SPListItemCollection listItemCollection;listItemCollection = list.Items;SPListItem listitem = listItemCollection[

3.SPList list = l_web.Lists["FinalTest"];SPListItemCollection listItemCollection;listItemCollection = list.Items;SPListItem listitem = listItemCollection[

4.None of the mentioned


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!