No announcements
Found 49927 threads
-
0 Votes
StorageFolderQueryResult.ContentsChanged Fires Twice
. Working with files (create, rename, delete) fires only a single event, what you might have observed. Could you please be so kind and try to reproduce ...Answered | 6 Replies | 1823 Views | Created by rstg - Thursday, October 31, 2013 2:08 PM | Last reply by rstg - Thursday, November 14, 2013 3:03 PM -
0 Votes
autocompletebox event fires twice
Hi to all, I have an autocompletebox and when I select an item the selectedindexchanged event fires twice. I put an MessageBox.Show ...Answered | 2 Replies | 1042 Views | Created by todo1979 - Tuesday, June 19, 2012 7:18 AM | Last reply by todo1979 - Tuesday, June 19, 2012 3:41 PM -
0 Votes
ItemUpdated fires twice
Have anyone found the solution. I´m having same issue. When I submit a InfoPath document to the library, it fires ItemUpdated ...Answered | 7 Replies | 14691 Views | Created by arec - Monday, May 19, 2008 10:19 AM | Last reply by Jayaraja - Thursday, March 28, 2013 3:01 PM -
0 Votes
textbox.TextChanged fires twice
Hi,there; Why the textchanged event fires twice? How can I fix this issue or it is a bug? ThanksAnswered | 5 Replies | 5282 Views | Created by Qiuwei - Tuesday, February 13, 2007 10:05 PM | Last reply by Qiuwei - Sunday, February 25, 2007 9:00 PM -
1 Votes
CacheItemRemovedCallback fires twice
I'm using the CacheItemRemovedCallback on a system.web.caching.cache object to schedule some work though I'm having problems with the callback being called twice and I can't find anyAnswered | 4 Replies | 2295 Views | Created by Le-roy - Friday, June 8, 2012 4:42 PM | Last reply by Le-roy - Friday, June 8, 2012 8:03 PM -
0 Votes
Button_Click event fires twice
Have you wired the event up for the button click twice? A common mistake is to set the event up in xaml then also wire it up in the code ...Answered | 2 Replies | 2939 Views | Created by Amey CVS - Thursday, August 13, 2009 8:19 AM | Last reply by Flexman - Thursday, August 13, 2009 8:29 AM -
0 Votes
WorkflowCompleted event fires twice.
Tom, When I use your ASP.NET XOML only State Workflow example, the WorkflowCompleted event executes twice (WWF Beta 2.2). Why does that ...Answered | 1 Replies | 3955 Views | Created by John Portnov - Wednesday, June 7, 2006 1:34 PM | Last reply by Tom Lake - Wednesday, June 7, 2006 5:45 PM -
0 Votes
combo box fires twice
select an item OR the user could click on the combo box and then select the item. Unfortunately it fires ...Answered | 6 Replies | 2496 Views | Created by mindserve - Wednesday, November 17, 2010 3:15 PM | Last reply by mindserve - Friday, November 19, 2010 12:31 PM -
0 Votes
itemDataBound event fires twice
check if, you are doing databind twice.Answered | 4 Replies | 3557 Views | Created by Batya - Wednesday, November 29, 2006 12:59 PM | Last reply by ahmedilyas - Thursday, November 30, 2006 8:30 PM -
0 Votes
PropertyChanged fires twice
I realized how to work around the problem. but question remains: if I use ball.Color = Color then PropertyChanged fires twice with PropertyName == "Color" and ...Unanswered | 6 Replies | 9197 Views | Created by dbis01 - Saturday, February 13, 2010 4:34 PM | Last reply by Manuel Felicio - Monday, February 15, 2010 6:06 AM -
0 Votes
FormClosing fires twice
I have a form that I want to check that some database row exists before I allow the user to close the form. I'm trying to use the FormClosing event to check for this but it always fires ...Answered | 6 Replies | 6683 Views | Created by DerekTheriot - Tuesday, June 23, 2009 8:15 PM | Last reply by David M Morton - Wednesday, June 24, 2009 2:02 PM -
4 Votes
ItemUpdatedEvent Fires Twice
list with workflow attached on the list. Now my problem is the item in the lust are added twice when the item updated event fires for the Task list of Document ...Answered | 15 Replies | 5354 Views | Created by Ajeet Nigam - Tuesday, November 3, 2009 9:08 AM | Last reply by Ajeet Nigam - Thursday, November 5, 2009 4:16 AM -
0 Votes
ASP.Net Page_PreInit fires twice ??
, the page preinit event fires a second time which means that all other page events fire a second time resulting in the textboxes for credentials being re-initialised with ... -
0 Votes
Lost Focus fires twice. Why???
"Lost Focus fires twice. Why???" I don't know why it fires twice. Another person had the same problem with another control concerning a ...Answered | 2 Replies | 4003 Views | Created by mutlyp - Thursday, August 15, 2013 8:45 PM | Last reply by Mr. Monkeyboy - Thursday, August 15, 2013 10:56 PM -
0 Votes
wpf datagrid RoweditEnding fires twice
I had this in the xaml. Once it was removed, the event no longer fires ...Answered | 2 Replies | 1073 Views | Created by db_dweeb - Monday, November 4, 2013 10:08 PM | Last reply by Terrence-Jones - Wednesday, November 6, 2013 1:14 AM -
0 Votes
Textbox TextChanged event fires twice
for the entered username. When I am entering username as the last field value and clicks on the submit button, TextChanged event fires twicee. As a result, a popup window with the ...Unanswered | 3 Replies | 9865 Views | Created by praveen vr - Friday, October 7, 2011 1:16 PM | Last reply by Paul Zhou - Monday, October 10, 2011 9:03 AM -
0 Votes
ListBox SelectionChanged Event fires twice
That's strange, because in my case it fires twice and there is no real difference. Isn't it? I receive the data from a webservice, but i think that doesn't really ...Unanswered | 17 Replies | 68701 Views | Created by Nadeem_iqbal - Monday, January 12, 2009 8:28 AM | Last reply by Junghos - Tuesday, March 18, 2014 8:49 PM -
0 Votes
SPAlert.Update Fires Twice!! BUG?
also displayed twice, so i assume, that is not a bug in the OOTB Overview, because we are using the object model - In the database the alert appeats only ...Answered | 2 Replies | 8905 Views | Created by OSMark - Monday, August 9, 2010 9:11 AM | Last reply by SharePointMaster - Thursday, August 18, 2011 3:19 PM -
0 Votes
AutoCompleteBox_DropDownClosed event fires twice
I have also tried the code and found that the DropDownClosing event is called only once compared to the DropDownClosed event which is called twice. So a good workaround is to just use the ...Answered | 2 Replies | 3097 Views | Created by pppatil - Monday, January 14, 2013 11:45 PM | Last reply by jbonthuys - Wednesday, July 31, 2013 10:39 PM -
0 Votes
TreeView SelectedItemChanged Event fires twice
https://connect.microsoft.com/VisualStudio/feedback/details/634994/silverlight-forum-treeviewAnswered | 3 Replies | 3292 Views | Created by ktmulcahy - Tuesday, January 4, 2011 1:52 PM | Last reply by Daoping Liu - MSFT - Thursday, January 6, 2011 9:55 PM - Items 1 to 20 of 49927 Next ›
No announcements