I have written a custom control that uses AJAX (it implements
IPostBackDataHa ndler and ICallbackEventH andler). I have tested it, and it
seems to work the way I want. However, when I used it in another application
of mine it named the components as ControlID$Compo nentID instead of
ControlID:Compo nentID. I did not change any of the code, so obviously
something else is making this happen. I need to have it name the components
using ControlID:Compo nentID so that my code works. What might be causing
this different naming method? Thanks.
--
Nathan Sokalski
njsokalski@hotm ail.com
IPostBackDataHa ndler and ICallbackEventH andler). I have tested it, and it
seems to work the way I want. However, when I used it in another application
of mine it named the components as ControlID$Compo nentID instead of
ControlID:Compo nentID. I did not change any of the code, so obviously
something else is making this happen. I need to have it name the components
using ControlID:Compo nentID so that my code works. What might be causing
this different naming method? Thanks.
--
Nathan Sokalski
njsokalski@hotm ail.com
Comment