Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: User Control Not Firing Events Back


Message #1 by "Chris Bond" <chris@l...> on Fri, 2 Nov 2001 14:31:17 -0000
I've got a Text Box on a User Control, double click and you can add the
TextBox1_TextChanged, add the following:

TextBox1.Text = "Changed";

When you reference the User Control from a WebForm it will not fire the
event back.  If you do the same but not on a User Control it fires the event
back correctly.

Any Ideas?

Kind Regards,
Chris Bond


  Return to Index