No announcements
Found 2563538 threads
-
0 Votes
Getting CalendarExtender and Textbox to Both Fire OnTextChanged Event
I set up an OnTextChanged event handler for its TargetControlID TextBox.Answered | 3 Replies | 117 Views | Created by Anonymous - Friday, November 8, 2013 5:34 AM | Last reply by Anonymous - Monday, November 11, 2013 11:01 AM -
0 Votes
dynamic textbox textchanged event not firing
i found another solution. i did a postback and created my textbox in page_load since thats the only place it works properly fromAnswered | 8 Replies | 1604 Views | Created by matthewhnn - Tuesday, February 2, 2016 4:49 PM | Last reply by matthewhnn - Wednesday, February 3, 2016 12:18 AM -
0 Votes
how to avoid the automatic textchanged fire event which occurs unecessarily on button click event + asp.net C#
I've tried your code without the CalendarExtender and it did reload the page after chaning the text in textbox You ...Answered | 8 Replies | 3698 Views | Created by Bhagghu - Wednesday, January 14, 2015 4:48 AM | Last reply by Kristin Xie - Thursday, January 15, 2015 1:50 AM -
0 Votes
TextBox textchanged event is not working/not firing in asp.net When browser JavaScript disable
As far as I know (I've never paid attention to it as I have never used it in serious ASP.net site), you can still use code behind but there will not be event handlers for ...Answered | 6 Replies | 10148 Views | Created by Prasanta Kumar Pradhan - Monday, November 9, 2015 8:54 PM | Last reply by - Thursday, June 30, 2016 4:25 AM -
1 Votes
Why is Textbox Validating Event Fired Twice?
I'm trying to figure out why my textbox called tbxDiscountUnit validating event fires when I programmatically set focus the textbox in the event.Answered | 4 Replies | 3748 Views | Created by Ryan0827 - Thursday, January 9, 2014 3:55 AM | Last reply by Cor Ligthert - Wednesday, January 15, 2014 6:24 PM -
1 Votes
TextBox - TextChangedEvent - Not firing on PageLoad
All controls have loaded for first time , why TextBox's TextChange event will fire automatically ?Answered | 7 Replies | 3178 Views | Created by Maheshraj - Thursday, December 13, 2012 8:51 AM | Last reply by Dhananjay Kr - Thursday, December 13, 2012 2:15 PM -
1 Votes
C#: Differences between TextChanged and OnTextChanged
Hello Thank you Moonlight Sheng Now if we use textBox and private void textBox1_TextChanged(object sender, EventArgs e) in Form, we ...Answered | 3 Replies | 1667 Views | Created by ARZARE - Saturday, June 4, 2016 10:43 AM | Last reply by Moonlight Sheng - Friday, June 10, 2016 2:10 AM -
0 Votes
How to Fire an Event on User start to Entering character in TextBox??
I want to fire an event at user enters the text of each character (like Google search ).Answered | 6 Replies | 1174 Views | Created by sathyaraj.p - Friday, December 14, 2012 11:25 AM | Last reply by Shyam Kr - Friday, December 14, 2012 3:00 PM -
0 Votes
Click and dragend event both fires when click a pushipin
The dragend event fires when the pushpin is not moving but has a mouse down event on it.Answered | 1 Replies | 1499 Views | Created by wwwslg - Tuesday, April 9, 2013 1:50 PM | Last reply by Ricky_Brundritt - Thursday, April 11, 2013 5:13 PM -
1 Votes
Tunneling events not getting fired.
The point is that you need to hook up an event handler for the event in the UserControl - whether you use the EventManager.RegisterClassHandler to hook up an event ...Answered | 3 Replies | 711 Views | Created by msanjayv - Thursday, May 22, 2014 5:34 AM | Last reply by Magnus (MM8) - Thursday, May 22, 2014 12:19 PM -
1 Votes
Stop Valid event firing
Like this in the valid event : Local oob oob=Sys(1270) If Lastkey()==27 .Or.Answered | 2 Replies | 2664 Views | Created by DevNC - Thursday, April 5, 2012 6:47 AM | Last reply by Olaf Doschke - Thursday, April 5, 2012 7:08 AM -
4 Votes
Page KeyDown Event Not Firing
The same event is firing twice, which means that the event handle is not being removed before adding another one.Answered | 5 Replies | 10040 Views | Created by Alexander Deeb - Sunday, August 19, 2012 11:28 PM | Last reply by Alexander Deeb - Tuesday, August 21, 2012 9:00 PM -
3 Votes
CachedFileUpdaterUI.FileUpdateRequested event never gets fired.
If you look in the sample, the events are implemented in a page that calls Window.Current.Activate.Answered | 7 Replies | 2326 Views | Created by SergHealthy - Monday, August 6, 2012 4:59 PM | Last reply by JonathanANTOINE - Monday, March 25, 2013 1:13 PM -
1 Votes
without textchanged event how to get the textbox value
If you are looking for an event to get the value of the text box that a user just clicked on, use the TextBox.Click event.Answered | 1 Replies | 2550 Views | Created by Arkyadeep - Monday, September 26, 2011 12:38 PM | Last reply by Joshua Honig - Monday, September 26, 2011 1:28 PM -
0 Votes
KeyDown Event, FunctionKeys and TextBox
Hiya, The Windows msg loop fires all events, what you want to do is code the event handler of a specific ...Answered | 3 Replies | 797 Views | Created by ToCsharpFromCobol2013 - Friday, April 11, 2014 12:10 AM | Last reply by User3DX - Friday, April 11, 2014 4:21 PM -
8 Votes
is it possible to get MouseUp event with TextBox?
I have changed the event and the args to reflect this.Answered | 16 Replies | 6447 Views | Created by Anatoly Ivanishin - Saturday, September 5, 2009 1:12 PM | Last reply by Anatoly Ivanishin - Wednesday, September 23, 2009 6:28 PM -
0 Votes
Textbox in Gridview - OnTextChanged event not firing
If you need any data process for the server side, handle TextChanged event.Answered | 3 Replies | 127 Views | Created by Anonymous - Wednesday, October 28, 2009 12:41 PM | Last reply by Anonymous - Monday, November 2, 2009 11:49 PM -
0 Votes
Textbox TextChanged Event
Having done both ways, setting the flag bit is a more reliable way to go.Answered | 6 Replies | 4597 Views | Created by jacobsdesigns - Friday, July 30, 2010 4:49 PM | Last reply by SJWhiteley - Friday, July 30, 2010 8:56 PM -
0 Votes
OnTextChanged event not firing for textbox.
User-1636183269 posted http://forums.asp.net/t/1220424.aspx it fires when focus changes, if you are expecting on each character then you have to ...Answered | 1 Replies | 40 Views | Created by Anonymous - Friday, April 2, 2010 11:39 PM | Last reply by Anonymous - Saturday, April 3, 2010 12:04 AM -
0 Votes
WinJS.UI.SettingsFlyout - unload event firing
The settings page has numerous textboxes and I don't want to save settings until the settings flyout loses focus so I can update the settings when all the items are done being changed.Answered | 1 Replies | 2785 Views | Created by Robert L. Bogue [MVP] - Wednesday, October 3, 2012 1:47 AM | Last reply by Arun B Nagarajan - Wednesday, October 3, 2012 6:41 PM - Items 1 to 20 of 2563538 Next ›
No announcements