473,657 Members | 2,693 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Add ValueChanged event handler AFTER control is initialized

I want to add a ValueChanged event handler to a control. If I add the handler
during form construction then the ValueChanged handler gets called when the
control is initialized, and I don't want this. However I cannot find a place
during form initialization where I can add the handler AFTER the control has
been initialized.

So, how do I add a ValueChanged event handler to a control AFTER the control
has been initialized?

- Javaman
Nov 17 '05 #1
2 2642
Hi,

You can do so after InitializateCom ponents() is called in the constructor.

Additionally you could do so in the Load event of the form.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Javaman59" <Ja*******@disc ussions.microso ft.com> wrote in message
news:B8******** *************** ***********@mic rosoft.com...
I want to add a ValueChanged event handler to a control. If I add the
handler
during form construction then the ValueChanged handler gets called when
the
control is initialized, and I don't want this. However I cannot find a
place
during form initialization where I can add the handler AFTER the control
has
been initialized.

So, how do I add a ValueChanged event handler to a control AFTER the
control
has been initialized?

- Javaman

Nov 17 '05 #2
Thanks Ignacio,

In testing your solutions I've discovered that the root of my problem was a
programming error on my part. In fact ValueChanged is not normally called for
a control when the form and control are initialized.

Cheers,

Stephen

"Ignacio Machin ( .NET/ C# MVP )" wrote:
Hi,

You can do so after InitializateCom ponents() is called in the constructor.

Additionally you could do so in the Load event of the form.

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Javaman59" <Ja*******@disc ussions.microso ft.com> wrote in message
news:B8******** *************** ***********@mic rosoft.com...
I want to add a ValueChanged event handler to a control. If I add the
handler
during form construction then the ValueChanged handler gets called when
the
control is initialized, and I don't want this. However I cannot find a
place
during form initialization where I can add the handler AFTER the control
has
been initialized.

So, how do I add a ValueChanged event handler to a control AFTER the
control
has been initialized?

- Javaman


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
9882
by: | last post by:
Hi, I am setting the NumericUpDown .Value property and the ValueChanged event is NOT being fired. Does this ONLY get fired when I change it on the UI and not programatically? Thanks
1
2725
by: Divya | last post by:
Hello This is my 1st project where I have to create a Webcontrol. I have created a simple custom control with a button and 2 labels added to a panel. My problem is that the event handler that I have assigned to the button , is not getting invoked. Could anyone please go thru the code and let me know what I am missing here? Thanks in advance My custom control is as follows using System using System.Web using System.Web.UI using...
1
3030
by: Ryan Liu | last post by:
I notice System.Windows.Forms.NumericUpDown's ValueChanged event is not always fired, especially edit its text box directly. Is this a known bug or there is something I should pay attention for this control? Thanks, Ryan
4
4189
by: TS | last post by:
I am creating a User control and i create some dynamic controls in the init handler. one of the controls is a custom validator which i assign a serverValidate event handler. I usally always do my controls as custom server controls and don't understand why this event won't fire. I figured if the creation of the control was in the init, it would be initialized and have its event handlers set up, then after Load, the control would call its...
1
7610
by: skhairnar | last post by:
Hi All, I am trying to write a validation rule for DateTimePicker, which will prevent user from selecting saturday or sunday as a value. For this I have added an event handler with following code: private void dtpStartDate_ValueChanged(object sender, System.EventArgs e) { System.DayOfWeek i = dtpStartDate.Value.DayOfWeek; if((i == System.DayOfWeek.Sunday) || (i == System.DayOfWeek.Saturday))
3
4751
by: rfinch | last post by:
I'm trying to pass two values from client script (Javascript) to the code-behind for a page using three hidden fields - two to hold the values and a third to fire the ValueChanged event. I have tried every method I can think of to get the event to fire, but it will not, so either I am missing some code or am misunderstanding the nature of the event. If anyone can review the test code posted below (which I created to try to debug the...
2
3910
by: John Kotuby | last post by:
Hi guys, I am converting a rather complicated database driven Web application from classic ASP to ASP.NET 2.0 using VB 2005 as the programming language. The original ASP application works quite well, so at times it is tempting just to port parts of it over mostly as-is. In fact, one MSDN article I read suggested using straight HTML wherever possible to make the app more efficient and less resource demanding. On one page there are 2...
2
1733
by: kpg* | last post by:
Hi all, asp.net 2.0 I'm using the login control with no frills to authenticate users. I want to add a value to the user's profile when the user successfully logs in, but I want to do this only once, and I want to do it each time the user logs in (because
2
8899
by: Steven | last post by:
Hello, I want to raise the ValueChanged event ONLY when i move the track bar manually, but not the value changed, how to do in the event below? thank you Private Sub TrackBar1_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TrackBar1.ValueChanged End Sub
0
8403
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8509
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7345
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6174
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2735
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1730
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.