No announcements
Found 2170839 threads
-
0 Votes
LoadControlState is not getting fired
I still don't understand why LoadControlState wasn't fired though.Answered | 3 Replies | 149 Views | Created by Anonymous - Tuesday, December 4, 2012 9:38 AM | Last reply by Anonymous - Wednesday, December 5, 2012 10:20 AM -
0 Votes
LoadControlState event not firing (SaveControlState is!)
User1107373939 posted One thing I noted was, LoadControlState gets called only if you add the control to Controls during OnInit.Unanswered | 4 Replies | 80 Views | Created by Anonymous - Wednesday, August 24, 2005 3:36 AM | Last reply by Anonymous - Wednesday, March 19, 2008 4:43 AM -
0 Votes
LoadControlState doesn't fire?
User-163593222 posted Hello, I have a problem with LoadControlState - it doesn't fire.Unanswered | 1 Replies | 28 Views | Created by Anonymous - Friday, August 31, 2007 10:41 AM | Last reply by Anonymous - Friday, August 31, 2007 2:19 PM -
0 Votes
SaveControlState and LoadControlState events don't fire
User112040755 posted Greetz, I have written a web control which saves and recovers item information with the SaveControlState and ...Unanswered | 1 Replies | 27 Views | Created by Anonymous - Thursday, October 20, 2005 2:51 AM | Last reply by Anonymous - Thursday, October 20, 2005 7:46 AM -
0 Votes
LoadControlState event not firing in update panel.
But i found that the LoadControlState event does not fire but the SaveControlState does.Answered | 1 Replies | 53 Views | Created by Anonymous - Wednesday, July 18, 2007 7:11 AM | Last reply by Anonymous - Friday, July 20, 2007 5:07 AM -
3 Votes
CachedFileUpdaterUI.FileUpdateRequested event never gets fired.
I asked about this and got this answer: Typically this FileUpdateRequested event is fired after CFU activation when either another app ...Answered | 7 Replies | 2320 Views | Created by SergHealthy - Monday, August 6, 2012 4:59 PM | Last reply by JonathanANTOINE - Monday, March 25, 2013 1:13 PM -
0 Votes
LoadControlState not firing after moving the viewstate to session
User1161627657 posted Hi, I am trying to move the viewstate into session for our web application, Everything works fine if the viewstate is on ...Unanswered | 2 Replies | 33 Views | Created by Anonymous - Tuesday, July 21, 2009 1:09 AM | Last reply by Anonymous - Tuesday, July 21, 2009 12:40 PM -
0 Votes
when does the trigger gets fired?
An AFTER trigger fires after the main statement as completed, and all constraints have been checked.Answered | 2 Replies | 4207 Views | Created by code_warrior - Saturday, September 25, 2010 8:38 AM | Last reply by Erland Sommarskog - Saturday, September 25, 2010 5:44 PM -
0 Votes
SaveControlState and LoadControlState events don't fire
Greetz,I have written a web control which saves and recovers item information with the SaveControlState and LoadControlState event.Answered | 1 Replies | 8210 Views | Created by Thomas Ott - Saturday, October 15, 2005 9:49 PM | Last reply by Stephen Fisher - MSFT - Wednesday, October 19, 2005 10:29 PM -
1 Votes
Tunneling events not getting fired.
The problem is if I raise the event in my mainwindow, the handler in the child control is not getting fired. is there any thing I have ...Answered | 3 Replies | 691 Views | Created by msanjayv - Thursday, May 22, 2014 5:34 AM | Last reply by Magnus (MM8) - Thursday, May 22, 2014 12:19 PM -
0 Votes
get sql command wich fire a trigger
Trigger have to work only in special conditions, lets say only when fired by procedure Delete_by_Color.Answered | 5 Replies | 9131 Views | Created by Ramunas.Balukonis - Thursday, March 31, 2011 12:07 PM | Last reply by Ramunas.Balukonis - Friday, April 1, 2011 7:30 AM -
0 Votes
Cannot get Button event to fire.
I cannot get the btnAddToPGroup_Click event to fire below.Answered | 1 Replies | 9932 Views | Created by Woodman9 - Wednesday, July 16, 2008 2:40 PM | Last reply by Kiran Polimetla - Thursday, November 13, 2008 11:01 AM -
0 Votes
Slide Selection Change Event does not gets fired
Have you put any debugging code in the event to be sure of its firing?Answered | 5 Replies | 1610 Views | Created by Manish Gangwal - Monday, May 19, 2014 10:03 AM | Last reply by Sangeeth Krishna - Thursday, May 22, 2014 1:18 AM -
0 Votes
How do I get MailItem.PropertyChange event to fire?
Once the "To" field loses focus, the PropertyChange event will eventually fire.Answered | 4 Replies | 578 Views | Created by GermanEZI - Wednesday, April 26, 2017 6:23 PM | Last reply by GermanEZI - Friday, April 28, 2017 9:54 PM -
0 Votes
Which event get fired when Checkbox state is Indeterminate?
Also, when checking and unchecking, the corresponding handler is fired first, then the Click is fired last.Answered | 4 Replies | 4289 Views | Created by kemkacen55 - Tuesday, February 1, 2011 9:51 AM | Last reply by Sheldon _Xiao - Wednesday, February 9, 2011 2:36 AM -
0 Votes
Get notified when delete query is fired
Go for Change Data Capture you need to configure this- but once configured you can get all you need.Answered | 11 Replies | 2570 Views | Created by dipesh.pachlegaonkar - Monday, October 22, 2012 7:31 AM | Last reply by Tom Phillips - Monday, October 22, 2012 5:11 PM -
0 Votes
Will GotFocus event gets fired even when the control is disabled?
hi, if you are disabled the Control, the Gotfocus event ...Answered | 2 Replies | 1985 Views | Created by thisissuneel - Tuesday, April 3, 2012 5:19 PM | Last reply by Sivakanth trichy - Wednesday, April 4, 2012 4:28 AM -
0 Votes
anonymous method not firing from external firing call??
Best Regards, Rocky Yue[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from ...Answered | 2 Replies | 1675 Views | Created by Magic Mushroom - Tuesday, October 25, 2011 7:01 PM | Last reply by Lie You - Thursday, October 27, 2011 5:56 AM -
0 Votes
Trigger not firing
Hi, In addition to what Olaf said, AFTER triggers are fired per statement, not per row.Answered | 3 Replies | 5212 Views | Created by ThakurAmit55 - Thursday, May 20, 2010 11:21 AM | Last reply by Tom Li - MSFT - Saturday, May 22, 2010 6:36 AM -
0 Votes
Button click event not getting fired in WebParts
I have the following scenario: WebPart-1 : WebPart-2 (Inheritance) WebPart-2 : WebPArt-3 (Inheritance) WebPart-3 : ...Answered | 1 Replies | 5784 Views | Created by Chincha - Friday, January 15, 2010 5:02 PM | Last reply by Jevgeni Borozna - Friday, January 15, 2010 7:04 PM - Items 1 to 20 of 2170839 Next ›
No announcements