No announcements
Found 3727154 threads
-
0 Votes
Textbox TextChanged Event
IsStartingUp = False Then in the TextChanged event...Answered | 6 Replies | 4434 Views | Created by jacobsdesigns - Friday, July 30, 2010 4:49 PM | Last reply by SJWhiteley - Friday, July 30, 2010 8:56 PM -
1 Votes
Textchanged Event for dynamically created textboxes
The following code creates 10 labels and 10 textboxes on button click event and i) displays textbox text in the ...Answered | 6 Replies | 10843 Views | Created by wuastc - Sunday, July 8, 2012 9:15 PM | Last reply by wuastc - Monday, July 9, 2012 7:30 PM -
0 Votes
TextBox textchanged event is not working/not firing in asp.net When browser JavaScript disable
When I added ASP.net to my 'repertoire' and seeing how heavily it actually relies on javascript, I gave up on catering for disabled javascript.Answered | 6 Replies | 9833 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
without textchanged event how to get the textbox value
The TextChanged event is just a means of alerting your application when the value has changed.Answered | 1 Replies | 2423 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
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 | 1519 Views | Created by matthewhnn - Tuesday, February 2, 2016 4:49 PM | Last reply by matthewhnn - Wednesday, February 3, 2016 12:18 AM -
0 Votes
TextChanged event in C#
Boxing and Unboxing would be one if working with value types passed as reference.Answered | 3 Replies | 5336 Views | Created by heinkasner - Tuesday, March 20, 2012 8:38 AM | Last reply by arun.passioniway - Tuesday, March 20, 2012 8:47 AM -
0 Votes
how to make textchanged event works when textbox place in update panel?
Everything work well when the textbox is not in update panel. and it doesnt work if i locate the textbox in update ...Unanswered | 10 Replies | 1513 Views | Created by Anonymous - Tuesday, June 26, 2018 8:41 AM | Last reply by Anonymous - Saturday, June 30, 2018 6:33 PM -
0 Votes
Finding strings in textbox using the textchanged event.
How you would do that depends on the facilities provided in the custom control for doing coloring.Answered | 4 Replies | 2123 Views | Created by JoetheWinDev - Wednesday, August 29, 2012 4:17 AM | Last reply by Acamar - Wednesday, August 29, 2012 10:16 PM -
2 Votes
TextBox TextChanged event doesn't cause data binding to update
If you want to update the TextBox source when something else is done, such as pressing Enter to save the content, then you can place this code in a library for use ...Answered | 14 Replies | 172117 Views | Created by MSDN_Forums_User - Wednesday, November 19, 2008 11:11 AM | Last reply by thewhiteambit - Thursday, July 10, 2014 9:39 AM -
0 Votes
Suppress TextChanged event
Hi, I am affraid if you have this event for the button (or any other control which supports it), and when the the text in this control is being changed, the ...Answered | 1 Replies | 4930 Views | Created by VentsyV - Monday, March 14, 2011 5:20 AM | Last reply by Mitja Bonca - Monday, March 14, 2011 7:02 AM -
0 Votes
TextChange Event triggers When text does not change!
The code below makes sure that only "1" and "0" are allowed to be entered.Answered | 1 Replies | 976 Views | Created by Francesco2017 - Monday, March 18, 2019 9:32 PM | Last reply by Dave Patrick - Monday, March 18, 2019 9:40 PM -
0 Votes
TextChanged event changing it's own text?
Well, yesterday, when starting this test project again, I found out it does work.Answered | 15 Replies | 2880 Views | Created by n0c0d3 - Tuesday, October 20, 2009 8:21 PM | Last reply by n0c0d3 - Monday, October 26, 2009 12:05 PM -
0 Votes
How to make the TextBox single line?
I just want hide some text in a single line when the text is too long.Answered | 4 Replies | 3136 Views | Created by bertpu - Wednesday, February 15, 2012 7:14 AM | Last reply by Syed Amjad (MCC) - Thursday, February 16, 2012 12:53 AM -
12 Votes
about the ComboBox's textChanged Event?
Although selected value is working correct, text will not change?Answered | 17 Replies | 35981 Views | Created by bruce.du - Wednesday, August 8, 2007 2:10 AM | Last reply by PaulSchrum - Tuesday, February 14, 2012 12:43 AM -
1 Votes
How can I automatically replace words as they are typed into a textbox using textchanged event?
When I tried your code in my textchanged event I get a stackoverflow error, do you know what could be the cause?Answered | 6 Replies | 2380 Views | Created by JoetheWinDev - Monday, December 17, 2012 8:55 PM | Last reply by Cor Ligthert - Wednesday, December 19, 2012 11:14 AM -
0 Votes
textchanged event not firing
That means you need to look for something that happens when the fourth TextBox is updated that doesn't happen when the first three are updated.Answered | 15 Replies | 975 Views | Created by maxketcham - Thursday, February 12, 2015 4:55 PM | Last reply by elie.f.asmar - Friday, February 13, 2015 2:55 PM -
3 Votes
Make a TextBox writes its text from another place
Place two TextBox controls on a form, TextBox1 and TextBox2.Answered | 3 Replies | 395 Views | Created by NH Komaiha - Thursday, June 19, 2014 6:59 PM | Last reply by Kareninstructor - Thursday, June 19, 2014 7:50 PM -
1 Votes
TextChanged Event Problem
Could you give me an example how to do this?Answered | 11 Replies | 1575 Views | Created by Sparkyjoe42 - Thursday, February 20, 2014 2:57 AM | Last reply by Frank L. Smith - Sunday, February 23, 2014 1:49 PM -
0 Votes
How to place a Form in a Panel
I think it would be easier to change your "form" class' inheritance from "Form" to "Panel".Answered | 5 Replies | 2704 Views | Created by me.Ryan - Wednesday, May 27, 2009 7:34 PM | Last reply by bdbodger - Thursday, May 28, 2009 2:50 AM -
0 Votes
How to create dyanmic textbox with keydown event
Hi, i tried to add dynamic textboxes in a user control and how to set keydown event for textbox from my main ...Answered | 5 Replies | 11576 Views | Created by Shemeer Oveli - Tuesday, May 11, 2010 4:46 AM | Last reply by Shemeer Oveli - Wednesday, May 26, 2010 6:31 AM - Items 1 to 20 of 3727154 Next ›
No announcements